Skip to content

Get a single episode

You can access to a single episode by using the /episodes/{id} endpoint.

Open Link
Endpoint
https://adventure-time-api-lg.vercel.app/apiV1/episodes/1

Response

{
"message": "ite retrieved successfully",
"item": {
"id": 1,
"slug": "slumber-party-panic",
"name": "Slumber Party Panic",
"description": "Finn and Jake must save Princess Bubblegum from an impending zombie attack.",
"image": "http://adventure-time-api-lg.vercel.app/assets/images/episodes/slumber-party-panic.webp",
"thumbnail": "http://adventure-time-api-lg.vercel.app/assets/images/episodes/slumber-party-panic-thumbnail.webp",
"release": "2010-04-05",
"episode": "S01E01"
}
}

Episode Model

keytypedescription
idintunique identifier for the item
slugstringslug or short label for the item
namestringname of the item
descriptionstringdetailed description or information about the item
imagestringURL for the main image of the item
thumbnailstringURL for a smaller or thumbnail version of the main image
releasestringrelease date of the item (in the format YYYY-MM-DD)
episodestringepisode identifier or label