This API operation returns the picture information of the users based on the properties passed in.
GET
/v1/search/searchPictures
Property | Type | Description |
---|---|---|
MinPictureSize |
integer | The minimum size (in bytes) of the picture. |
MinGalleryPrice |
decimal | The minimum price of the price plan associated with the private gallery. This price is without VAT. See the getPricePlans method. |
MaxGalleryPrice |
decimal | The maximum price of the price plan associated with the private gallery. This price is without VAT. See the getPricePlans method |
MinGallerySize |
integer | The minimum amount of pictures in the user's private gallery. |
Keywords |
string | Search pictures on Title or Description . |
IsEscort |
boolean | If set to true , the owner of the pictures returned will offer Escort services. Default is false . |
IsWebcam |
boolean | If set to true the owner of the pictures returned will offer Webcam services. Default is false . |
IsPhoneChat |
boolean | If set to true the owner of the pictures returned will offer Phone Chat services. Default is false . |
GenderID |
integer | Returns pictures of owners that have selected their Gender to one that relates to a GenderID . See the getGenders method. |
MinAge |
integer | Returns pictures of owners that are at least the age supplied in MinAge . |
MaxAge |
integer | Returns pictures of owners that are younger than the age supplied in MaxAge . |
Ethnicity |
string | Returns pictures of owners that have this ethnicity. See the getEthnicity method. |
DressSize |
string | Returns pictures of owners that are have this dress size. See the getDressSizes method. |
BustSize |
string | Returns pictures of owners that are have this bust size. See the getBustSizes method. |
VATIPAddress |
string | If supplied it will check the country of that IP address and add the local VAT to the price. For example: IP addresses from the UK will add 20 % to the price. |
VATUserID |
integer | If supplied it will overrule VATIPAddress . It will get the users vat details and add the vat to the price. |
OrderBy |
string | Sets the order in which the pictures will be returned. Default is dateuploaded. Order options are galleryprice , gallerysize and size . |
PageSize |
integer | Sets the number of pictures on each page of the result set. Accepts values from 1 to 100 . Default is 50 . |
PageNumber |
integer | Returns a specific page in the result set. Accepts values from 1 onwards. |
Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
This endpoint has the following optional headers:
Headers | Value | |
---|---|---|
X-MaskImages |
1 |
What's this? |
Your API-Key is required with every request and can be passed in as a header or a query-string parameter. Don't have an API-Key? Get one now.
Property | Type | Description |
---|---|---|
PageNumber |
integer | Represents the current page number. |
PageCount |
integer | Represents the total number of pages in the result set. |
PageSize |
integer | Represents how many pictures are listed on each page. |
PicturesTotal |
integer | Represents the total number of pictures in the result set. |
Pictures |
Array of aws:Pictures | List of pictures data. |
The following example shows the picture of one user