Developers API

Get started

Image Search(XML)

Image Search(JSON)

Image Details(XML)

Image Details(JSON)

"Cut and Paste" examples

The best way to programmatically interact with FeaturePics is to use our APIs.

FeaturePics have published general search functions. Feel free to request e-Commerce API by email.

This is the first API beta release; more functions will be added to the next release.

Please contact FeaturePics by email to request an API Key or e-Commerce API.
All emails will be reviewed within 24 hours.

You may also send general comments, questions, or image requests using the email form at: contact page

Developers API: Image Details - XML format


HTTP GET Request:
GET GetImageDetails/ImageDetails.asmx?Key=string&ImageId=string
HTTP GET Request without API Key:
GET GetImageDetails/ImageDetails1.asmx?ImageId=string
Host: AdminServices.FeaturePics.com

Parameters:
Key - API Key.
Optional. Image thumbnail URL, image name, image caption, image page, and creator's nickname and page will be returned if Empty.
ImageId - ImageId in FeaturePics collection.
Required.

Response:
Response for Request without Key:
Response nodes:
Error - check it first; if Empty, read the rest of the nodes
ImageId - ImageId in FeaturePics collection for further references
ImageTitle - Short Image Title (200 characters maximum)
Caption - Image Description (1000 characters maximum)
KeyWords - Key words separated by comma or space
AuthorPage - Author's page
ImageThumb - Small Image thumbnail (130px maximum) without watermark
ImageThumb300 - Big Image thumbnail (300px maximum) with watermark
ImagePage - URL of the Image page at FeaturePics.com
CreatorNickName - Image Author's (Creator's) nickname
ModelRelease - Model release(s) - Yes/No
PropertyRelease - Property release(s) - Yes/No
Resolution - Resolution in dpi (dots per inch)
Licenses:
1. Royalty Free (RF) Image License is a default license.
2. Social Site License - This license can accompany our general RF license if you do a special request.
This type of license offer $1 (web size)-$5(original size) images for education and social sites.

Each License described as:
LicenseId - LicenseId in FeaturePics collection
LicenseTitle - License Title
LicenseURL - License Terms and Conditions page URL
MaxNumberOfSeats - Maximum number of seats for Image License. (Royalty Free License is 1 seat, Social Site License - 10 seats maximum)

SizeOptions:
SizeOptionId - SizeOptionId in FeaturePics collection
Width - Image Width (original size or resized)
Height - Image Height (original size or resized)
PriceForTheFirstSeat - Image License price for one seat
AdditionalSeatPrice - Image License Price for each additional seat. Zero (0) if MaxNumberOfSeats=1


Code Example: Parse Image Details using c#
Code Example: Show Image

The results will be shown like below:
Stunt Bike Rider -- A dirt bike rider doing aerial stunts at an event show, with the rider hand standing on the bike in the air (Editorial Use Only).

Image http://www.featurepics.com/online/Stunt-Bike-Rider-Pics201880.aspx by Gracey

Response Example: