This API operation returns the rental movie used in AdultWork.com.
GET
/v1/movie/getRentalDetails
Property | Type | Description |
---|---|---|
MovieID |
string | Required Returns the movie with this id. |
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. |
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.
https://api-sandbox.adultwork.com/v1/movies/getRentalDetails
?apiKey={your-api-key}&movieID=123456789
Property | Type | Description |
---|---|---|
Rental movie |
aws:RentalMovie | The rental movie data. |
The following example returns an example result of the rental movie listed on AdultWork.com.
{
"MovieID": "123456789",
"Title": "Boat Fun",
"Details": "A lot of fun on the boat",
"ThumbSafe": false,
"ThumbURL": "https://rentals.adultwork.com/E/SS/T/1.jpg",
"ImageSafe": false,
"ImageURL": "https://rentals.adultwork.com/E/SS/I/1.jpg",
"Credits": 1.20,
"Seconds": 3661,
"Size": 349622123,
"IsAmateur": false,
"IsProfessional": false,
"AspectRatio": "16:9",
"Width": 640,
"Height": 352,
"DateUploaded": "2015-07-30T15:40:16.117",
"Rating": 66.36,
"ImagesSafe": false,
"Images": [
{
"URL": "//rentals.adultwork.com/E/ASS/I/1.jpg"
}
],
"Categories": [
{
"CategoryID": 1,
"CategoryName": "A Levels"
},
{
"CategoryID": 2,
"CategoryName": "Audio"
},
{
"CategoryID": 3,
"CategoryName": "BDSM"
}
],
"Prices": [
{
"DurationID": 1,
"DurationDays": 1,
"IsUnlimited": false,
"Price": 3.99
},
{
"DurationID": 2,
"DurationDays": 7,
"IsUnlimited": false,
"Price": 5.99
},
{
"DurationID": 3,
"DurationDays": 364,
"IsUnlimited": true,
"Price": 9.99
}
],
"User": {
"RentalCount": 7,
"GenderID": 2,
"ProfileThumbnailSafe": false,
"ProfileThumbnailURL": null,
"ProfileURL":
"http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2f123456",
"RatingsURL":
"http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2fdlgExtRatings.asp%3fU%3d123456",
"UserID": 123456,
"Nickname": "JosepheneBlogs",
"IsEscort":true,
"IsWebcam":false,
"IsPhoneChat":false,
"IsSMSChat":false,
"AvailableTodayEscort": true,
"AvailableNowWebcam": false,
"AvailableNowPhoneChat": false,
"Age": 21,
"Ratings":{
"Total":33,
"Positive":34,
"Neutral":0,
"Negative":1,
"Ratings":35,
"Disputes":0
}
}
}
<RentalResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Movies">
<MovieID>123456789</MovieID>
<Title>Boat Fun</Title>
<Details>A lot of fun on the boat</Details>
<ThumbSafe>false</ThumbSafe>
<ThumbURL>https://rentals.adultwork.com/E/SS/T/1.jpg</ThumbURL>
<ImageSafe>false</ImageSafe>
<ImageURL>https://rentals.adultwork.com/E/SS/I/1.jpg</ImageURL>
<Seconds>
3661
</Seconds>
<Size>349622123</Size>
<IsAmateur>false</IsAmateur>
<IsProfessional>false</IsProfessional>
<AspectRatio>16:9</AspectRatio>
<Width>640</Width>
<Height>352</Height>
<DateUploaded>
</DateUploaded>
2015-07-30T15:40:16.117
<Rating>0</Rating>
<ImagesSafe>false</ImagesSafe>
<Images>
<RentalImages>
<URL>//rentals.adultwork.com/E/ASS/I/1.jpg</URL>
</RentalImages>
</Images>
<Categories>
<MovieCategories>
<CategoryID>1</CategoryID>
<CategoryName>A Levels</CategoryName>
</MovieCategories>
<MovieCategories>
<CategoryID>2</CategoryID>
<CategoryName>Depilation</CategoryName>
</MovieCategories>
<MovieCategories>
<CategoryID>3</CategoryID>
<CategoryName>Fem on Fem</CategoryName>
</MovieCategories>
</Categories>
<Prices>
<RentalDuration>
<DurationDays>1</DurationDays>
<DurationID>1</DurationID>
<IsUnlimited>false</IsUnlimited>
<Price>3.9900</Price>
</RentalDuration>
<RentalDuration>
<DurationDays>7</DurationDays>
<DurationID>2</DurationID>
<IsUnlimited>false</IsUnlimited>
<Price>5.9900</Price>
</RentalDuration>
<RentalDuration>
<DurationDays>364</DurationDays>
<DurationID>3</DurationID>
<IsUnlimited>true</IsUnlimited>
<Price>9.9900</Price>
</RentalDuration>
</Prices>
<User>
<Age xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">34</Age>
<AvailableNowPhoneChat xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">true</AvailableNowPhoneChat>
<AvailableNowWebcam xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">false</AvailableNowWebcam>
<AvailableTodayEscort xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">false</AvailableTodayEscort>
<IsEscort xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">true</IsEscort>
<IsPhoneChat xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">false</IsPhoneChat>
<IsSMSChat xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">false</IsSMSChat>
<IsWebcam xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">false</IsWebcam>
<Nickname xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">DirectCam</Nickname>
<Ratings xmlns:d3p1="http://schemas.datacontract.org/2004/07/API.Models.Profile" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">
<d3p1:Disputes>0</d3p1:Disputes>
<d3p1:Negative>1</d3p1:Negative>
<d3p1:Neutral>0</d3p1:Neutral>
<d3p1:Positive>34</d3p1:Positive>
<d3p1:Ratings>35</d3p1:Ratings>
<d3p1:Total>33</d3p1:Total>
</Ratings>
<UserID xmlns="http://schemas.datacontract.org/2004/07/API.Models.Pictures">191</UserID>
<GenderID>3</GenderID>
<ProfileThumbnailSafe>false</ProfileThumbnailSafe>
<ProfileThumbnailURL>
</ProfileThumbnailURL>
http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2f123456
<ProfileURL>http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2f191</ProfileURL>
<RatingsURL>
</RatingsURL>
http://refer.adultwork.com/?PID=1&T=http%3a%2f%2fwww.adultwork.com%2fdlgExtRatings.asp%3fU%3d123456
<RentalCount>4</RentalCount>
</User>
<Rating>66.36</Rating></RentalResult>