This API operation returns the movies used in AdultWork.com.
GET
/v1/search/searchMovies
Property | Type | Description |
---|---|---|
UserID |
integer | Returns all movies of the profile with the specified UserID. |
GroupID |
integer | Returns all movies of the members of the group with the specified GroupID. |
Format |
string | The format of the movie. See the getMovieFormats method. |
MinSize |
big integer | The minimum size of the file in bytes. |
MaxSize |
big integer | The maximum size of the file in bytes. |
MinDuration |
integer | The minimum duration of the movie in seconds. |
MaxDuration |
integer | The maximum duration of the movie in seconds. |
Keywords |
string | Returns movies which Description contains the keyword supplied. |
GenderIDInClip |
integer | The genders in the movie. See the getContentGenders method. |
Uploaded |
integer | The amount of days ago the movie was uploaded. |
HasMobileFormat |
boolean | If set to true the movies are returned which have a mobile (MP4) format. |
HasThumbnail |
boolean | If set to true the movies are returned which have a thumbnail. |
IsRentalTrailer |
boolean | If set to true the movies are returned which are a trailer of a rental movie. |
IsEscort |
boolean | If set to true the movies returned belongs to members that offer Escort services. Note that money paid to escorts on AdultWork.com is for their time and companionship only. Whatever else occurs if and when contact is made is the choice of consenting adults. |
IsWebCam |
boolean | If set to true the movies returned belongs to members that offer Webcam services. |
IsPhoneChat |
boolean | If set to true the movies returned belongs to members that offer Phone Chat / Phone Sex services. |
GenderID |
integer | The movies returned belongs to members that are of the gender supplied. See the getGenders method. |
MinAge |
integer | The movies returned belongs to members that have a minimum age (in years) of the supplied value, calculated from their supplied Date of Birth. All members are 18+ years of age. |
MaxAge |
integer | The movies returned belongs to members that have a maximum age (in years) of the supplied value, calculated from their supplied Date of Birth. All members are 18+ years of age. |
Ethnicity |
string | Returns movies of owners that are have this ethnicity. See the getEthnicity method. |
DressSize |
string | Returns movies of owners that are have this dress size. See the getDressSizes method. |
BustSize |
string | Returns movies of owners that are have this bust size. See the getBustSizes method. |
CollectionID |
integer | Returns movies that are in a collection of a user. See the searchMovieCollections 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 movies will be returned. The default is dateuploaded. Order options are price , size , duration , nickname and dateuploaded . |
CategoryIDs |
string | Comma delimited string of CategoryIDs. Categories to which the IDs pertain will be included. For example 1,2,3 . See the getMovieCategories method. |
TVTS |
integer | Returns movies of profiles that have checked the option TV/TS in their profile details. Accepts: 0 to exclude TV/TS profiles, 1 to include TV/TS profiles and 2 to show only tvts profiles. The default is 1 . |
MoviesPerPage |
integer | Sets the number of movies 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 |
---|---|---|
PageCount |
integer | Represents the total number of pages in the result set. |
PageNumber |
integer | Represents the current page number. |
MoviesTotal |
integer | Represents the total number of movies in the result set. |
MoviesPerPage |
integer | Represents how many movies are listed on each page. |
MovieCategories |
Array of aws:MovieCategoryCount | List categories with the amount of the search result. |
Movies |
Array of aws:Movie | List of movies data. |
The following example returns an example result of the movies listed on AdultWork.com.