#
Seasons
Fetches a list of seasons.
#
Options
#
Schema
Returns a json with the following stucture:
#
Filters
Info
It's possible to use sort and order too.
See Filters
#
Example
GET /api/v1/seasons/random
{
"uuid": "4bae1f7c-04ff-40d7-a161-83d8608fbe1c",
"href": "/api/v1/seasons/4bae1f7c-04ff-40d7-a161-83d8608fbe1c",
"sources": [
"https://www.netflix.com/title/80057281",
"https://www.rottentomatoes.com/tv/stranger_things",
"https://in.ign.com/stranger-things/171687/news/season-4-of-stranger-things-reportedly-costed-30-million-per-episode"
],
"thumbnail": "https://s6.imgcdn.dev/xdU0w.jpg",
"title": "Stranger Things 4",
"description": "Darkness returns to Hawkins just in time for spring break, igniting fresh terror, disturbing memories — and an ominous new threat.",
"language": "en-US",
"genres": ["Drama", "Sci fi", "Horror", "Mystery thriller"],
"episodes": [
"/api/v1/episodes/88cd5665-bfb6-4176-9040-9194573eeac8",
"/api/v1/episodes/3fabbaa2-d763-4e0e-83b7-bea55b28adad",
"/api/v1/episodes/c19ae791-02b4-4861-85a8-94fbba1f24ba",
"/api/v1/episodes/7261b8fb-d478-4d71-8787-08767d44197e",
"/api/v1/episodes/07a4fe52-d9cb-476e-b981-a1a05f5ef81c",
"/api/v1/episodes/ffd88734-834a-4cb4-b620-4f9fe97aea31",
"/api/v1/episodes/6adf4b0e-134e-466d-9c62-763b339da1a4",
"/api/v1/episodes/922abde7-eff1-4cf5-b643-37ed1aad6be5",
"/api/v1/episodes/04984f61-7c04-4cec-8fc7-bc0786df8d4c"
],
"trailers": [
"https://www.youtube.com/watch?v=a3thyAnShck",
"https://www.youtube.com/watch?v=mVsJXiI60a0",
"https://www.youtube.com/watch?v=sBEvEcpnG7k"
],
"budget": 270000000,
"created_at": "2023-07-24T20:51:42.57",
"updated_at": "2023-07-24T20:51:42.571",
"duration_total": 46920000,
"season_num": 4,
"release_date": "2022-05-27",
"prev_season": "/api/v1/seasons/b956e444-8489-4bf9-9dd0-fb6b7683638a"
}