Skip to main content

Showreel Media

Get Specific Showreel Media

curl "https://www.filmmakers.eu/api/v1/showreel_media/{id}" \
-H "Authorization: Token token=API_KEY"

Replace {id} with the ID of the showreel media you want to retrieve.

Example Response
{
"id": 123456,
"type": "ShowreelVideo",
"name": "Faking Bullshit",
"director": "Alexander Schubert",
"role": "Rocky",
"year": 2019,
"download": true,
"duration": "171.6",
"skills": [
"languages/deutsch"
],
"vita_entry_id": 300,
"skill": "languages/deutsch",
"picture": "https://imgproxy.filmmakers.eu/8f7c74be-c696-11ee-85a8-4781e0bae8b1.jpg",
"asset": null,
"proxies": {
"sd": "https://static.filmmakers.eu/production/0fd099dc-c698-11ee-93cb-cb381089a4e7.mp4",
"hd": "https://static.filmmakers.eu/production/107a9e6e-c698-11ee-8895-f34d7095f1f5.mp4",
"full_hd": "https://static.filmmakers.eu/production/109d0832-c698-11ee-b7b8-fb95fd1a375c.mp4"
}
}

This endpoint retrieves specific showreel media.

HTTP Request

GET https://www.filmmakers.eu/api/v1/showreel_media/<ID>

URL Parameters

ParameterDescription
IDThe ID of the showreel media to retrieve (refer to the showreel_medium_ids array field from the showreels endpoint to obtain these IDs)

Response Fields

See the example response above for an overview of included fields.

FieldTypeDescription
idintegerID of the video or audio
typestringEither ShowreelVideo (for videos) or ShowreelAudio (for audios)
namestringName of the video or audio
directorstringName of the director linked to the medium (if any)
rolestringName of the role linked to the medium (if any)
yearintegerYear of the medium (if any)
downloadbooleanWhether the download option is active on Filmmakers
durationfloatDuration in seconds
skillsarrayLinks to skills from actor profile attributes, in the format of NAME#VALUE, e.g., languages#deutsch or dialects#berlinerisch
skillstringDeprecated, please use skills
vita_entry_idintegerID of vita entry (credit) if any
picturestringImage URL to the thumbnail
assetstringOnly filled in for type ShowreelAudio, may contain codecs AAC or MP3
proxiesarrayFor the type ShowreelVideo, provides links to transcoded proxies in MP4 format (H.264). These proxies may include the following quality options:
- sd: 480p
- hd: 720p
- full_hd: 1080p

Note that depending on the quality of the source file, full_hd and/or hd might not be available. Additionally, there might be two legacy proxies:
- web_quality: Roughly equivalent to 720p
- portrait: Media in portrait mode