Some features currently do not work. They will be listed in red.
Faulty endpoints will be listed in yellow.
Get Pornstar Data
Summary: Retrieves model data.
Parameter | Description | Type |
---|---|---|
name | Search name | string |
Responses:
200: Successful Response
422: Validation Error
404: Model not found
Get Pornpics Tags
Summary: Retrieves the tags for Pornpics.
Responses:
200: Returns a dictionary where keys are indices and values are tags.
500: Internal server error if something goes wrong.
Get Pornpics Search
Summary: Retrieves image links for Pornpics based on the provided search query.
Parameter | Description | Type |
---|---|---|
query | Search query (eg: Boobs) | string |
Responses:
200: Returns a dictionary with image URLs.
404: No image links found for the specified tag.
400: Error retrieving image links.
Get Pornpics Image Links
Summary: Retrieves image links for Pornpics based on the provided tag.
Parameter | Description | Type |
---|---|---|
tag | Filter by tag (optional). | string |
Responses:
200: Returns a dictionary with image URLs.
422: Tag parameter is required and cannot be empty.
404: No image links found for the specified tag.
400: Error retrieving image links.
Get Pornpics Gallery Links
Summary: Retrieves gallery image links for Pornpics based on the provided gallery.
Parameter | Description | Type |
---|---|---|
gallery | Filter by gallery (optional). | string |
Responses:
200: Returns a dictionary with gallery image URLs.
422: Gallery parameter is required and cannot be empty.
404: No image links found for the specified gallery.
400: Error retrieving gallery image links.
Get Xvideos Video by ID
Summary: Retrieves an Xvideos video by its ID. Works only for a very limited amount of videos
Parameter | Description | Type |
---|---|---|
id | Video ID | string |
Responses:
200: Returns a dictionary with video details.
422: Validation error if ID is not provided.
400: Error retrieving the video.
Get Xvideos Feed
Summary: Retrieves the Xvideos feed. Works only for a very limited amount of videos
Parameters:
Parameter | Description | Type |
---|---|---|
amount (optional) | Response amount (1 - 100) | int |
Responses:
200: Returns a dictionary with Xvideos feed items.
422: Amount needs to be between 1 and 100.
400: Error retrieving the feed.
Get RedGifs Feed
Summary: Retrieves the RedGifs feed based on the specified parameter. (CURRENTLY DOES NOT WORK)
Parameters:
Parameter | Description | Type |
---|---|---|
parameter (required) | One of 'horizontal_gifs', 'hot_creators', 'hot_gifs', 'hot_images', 'long_gifs', 'new_creators', 'sound_gifs', 'verified_gifs', 'verified_images', 'vertical_gifs' | string |
Responses:
200: Returns a dictionary with feed items.
422: Invalid parameter or parameter missing.
404: No data found for the specified parameter.
400: Error retrieving the feed.
Get RedGifs Tags
Summary: Retrieves the tags for RedGifs.
Parameter | Description | Type |
---|---|---|
trending (optional) | If true, retrieves trending tags. Default is false. | boolean |
Responses:
200: Returns a dictionary with tags.
400: Error retrieving tags.
Get RedGifs Trending
Summary: Retrieves trending RedGifs based on the specified parameter.
Parameter | Description | Type |
---|---|---|
parameter (required) | One of 'tags', 'gif', 'image' | string |
Responses:
200: Returns a dictionary with trending items.
422: Invalid parameter or parameter missing.
400: Error retrieving trending data.
Get RedGifs GIF
Summary: Retrieves a RedGifs GIF by its ID.
Parameter | Description | Type |
---|---|---|
id (required) | GIF ID | string |
Responses:
200: Returns a dictionary with GIF data.
422: Validation error if ID is not provided.
400: Error retrieving the GIF.
Get RedGifs Creator
Summary: Retrieves RedGifs creator data by its username.
Parameter | Description | Type |
---|---|---|
username (required) | Creator Username | string |
count (optional) | Number of results to return (1 - 100) | int |
page (optional) | Page number (1 - 5, default 1) | int |
Responses:
200: Returns a dictionary with creator data.
422: Validation errors for count or page.
400: Error retrieving creator data.
Get RedGifs Search
Summary: Searches RedGifs based on the provided query.
Parameter | Description | Type |
---|---|---|
search_text (required) | Search text | string |
media_type (required) | 'gif' or 'image' | string |
count (optional) | Number of results (1 - 100) | int |
page (optional) | Page number (1 - 5, default 1) | int |
Responses:
200: Returns a dictionary with search results.
422: Validation errors for search parameters.
400: Error performing the search.
Get Eporner Search
Summary: Retrieves video links based on specified search criteria.
Parameter | Description | Default Value | Type |
---|---|---|---|
query | Search query, for example 'teens' or 'mother'. Special value 'all' can be used to query for all videos. | 'all' | string |
per_page | Limits the number of results per page. Valid range is (1, 1000). | 30 | int |
page | Results page number. Valid range is (1, 1000000) but no more than total_pages received in response. | 1 | int |
thumbsize | Thumbnails size. Valid values: 'small', 'medium', 'big'. | 'medium' | string |
order | How results should be sorted. Valid values: (see documentation for details) | 'latest' | string |
gay | Should results include gay content? Valid values: 0 (no), 1 (yes), 2 (only). | 0 | int |
lq | Should results include content marked as low quality? Valid values: 0 (no), 1 (yes), 2 (only). | 1 | int |
format | How results should be formatted? Valid values: 'json', 'xml'. | 'json' | string |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Eporner Video By ID
Summary: Retrieves video information based on id.
Parameter | Description | Type |
---|---|---|
video_id | A string representing the gallery to scrape images from. | string |
format (optional) | How results should be formatted? Valid values: 'json' (output will be in JSON format), 'xml' (output will be in XML format). Default value: 'json' | string |
thumbsize (optional) | Thumbnails size. Valid values: 'small' (thumbnail size 190x152), 'medium' (thumbnail size 427x240), 'big' (thumbnail size 640x360). Default value: 'medium' | string |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Pimpandhost Categories
Summary: Retrieves categories based off the specified filter parameter.
Parameter | Description | Default Value | Type |
---|---|---|---|
filter_ | Filter for categories, * = all, None = trending, letter = all tags that start with that letter | None | string |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Pimpandhost Pornstars
Summary: Retrieves a list of pornstars based off the specified filter parameter.
Parameter | Description | Default Value | Type |
---|---|---|---|
filter_ | Filter for categories, None = trending, letter = all pornstars whose names that start with that letter | None | string |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Pimpandhost Gifs
Summary: Retrieves the lastest gifs.
Parameter | Description | Default Value | Type |
---|---|---|---|
per_page | Number of results (1 - 100) | 1 | int |
page (optional) | Page number (1 - 5, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Pimpandhost Category Media
Summary: Retrieves media from the specified category parameter.
Parameter | Description | Default Value | Type |
---|---|---|---|
category | Search category (ie: Amateur) | None | string |
per_page | Number of results (1 - 100) | 1 | int |
page (optional) | Page number (1 - 5, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Pimpandhost Pornstar Media
Summary: Retrieves media based off the specified pornstar name parameter.
Parameter | Description | Default Value | Type |
---|---|---|---|
pornstar | Pornstar name (ie: Mia Khalifa) | None | string |
per_page | Number of results (1 - 100) | 1 | int |
page (optional) | Page number (1 - 5, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Letsjerktv Feed
Summary: Retrieves homepage
Parameter | Description | Default Value | Type |
---|---|---|---|
page (optional) | Page number (1 - 100000, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Letsjerktv Search
Summary: Retrieves image links for Letsjerktv based on the provided search query.
Parameter | Description | Type |
---|---|---|
query | Search query (eg: Boobs) | string |
Responses:
200: Returns a dictionary with image URLs.
404: No image links found for the specified tag.
400: Error retrieving image links.
Get Letsjerktv Categories
Summary: Retrieves categories
Parameter | Description | Default Value | Type |
---|---|---|---|
page (optional) | Page number (1 - 5, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Letsjerktv Category Videos
Summary: Retrieves videos based off categories
Parameter | Description | Default Value | Type |
---|---|---|---|
category | Category (eg: 1080p) | None | string |
page (optional) | Page number (1 - 5, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Letsjerktv Video Information
Summary: Retrieves video information based of url
Parameter | Description | Default Value | Type |
---|---|---|---|
video_url | Url of a video (eg: https://letsjerk.tv/bangbus-katee-v-katee-v-let-me-see) | None | string |
page (optional) | Page number (1 - 5, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Letsjerktv Pornstars
Summary: Retrieves pornstars.
Parameter | Description | Default Value | Type |
---|---|---|---|
page (optional) | Page number (1 - 5, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found
Get Letsjerktv Pornstar Videos
Summary: Retrieves media based off the specified pornstar url parameter.
Parameter | Description | Default Value | Type |
---|---|---|---|
pornstar_url | Pornstar url (ie: https://letsjerk.tv/performer/abella-danger/) | None | string |
page (optional) | Page number (1 - 5, default 1) | 1 | int |
Responses:
200: Successful Response
422: Validation Error
404: Video not found