Skip to content

Get episode by slug

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

Open Link
Endpoint
https://adventure-time-api-lg.vercel.app/apiV1/episodes/slug/slumber-party-panic

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"
}
}