Skip to content

Include Data

You can get more data of any episode by adding special params. Like

  • includeCharacters: to get the characters that apprear to the episode

include Characters

You can use get this data adding the ?includeCharacters query parameter to the URL.

Open Link
Endpoint
https://adventure-time-api-lg.vercel.app/apiV1/episodes/1?includeCharacters
{
"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",
"characters": [
{
"id": 1,
"slug": "finn",
"name": "Finn",
"full_name": "Finn Mertens",
"description": "Although at times impulsive, aggressive and short tempered, Finn is a kind, brave, selfless, and righteous boy. His aspirations to become a great hero makes him somewhat of a moral sheriff in the Land of Ooo, as he is willing to help and protect any innocent person or creature",
"specie": "Human",
"quotes": [
"What time is it? Adventure Time!",
"No worms on the bed!",
"You don't need a mirror to know you look good. You're beautiful on the inside.",
"'m not a hero because I want your approval. I do it because I want to!"
],
"image": "http://adventure-time-api-lg.vercel.app/assets/images/characters/finn.webp",
"thumbnail": "http://adventure-time-api-lg.vercel.app/assets/images/characters/finn-thumbnail.webp",
"kingdom_slug": "candy-kingdom"
},
{
"id": 2,
"slug": "jake",
"name": "Jake",
"full_name": "Jake the Dog",
"description": "Jake is a shape-shifting dog with a laid-back attitude and a love for adventure. Despite his easygoing demeanor, he is a loyal and supportive friend. Jake has the magical ability to stretch and change his shape, allowing him to morph into various forms to aid Finn in their quests.",
"specie": "Dog",
"quotes": [
"Mathematical!",
"Dude, sucking at something is the first step to being sorta good at something.",
"I'm not lazy, I'm on energy saving mode.",
"I'm not weird. I'm just ahead of the curve."
],
"image": "http://adventure-time-api-lg.vercel.app/assets/images/characters/jake.webp",
"thumbnail": "http://adventure-time-api-lg.vercel.app/assets/images/characters/jake-thumbnail.webp",
"kingdom_slug": "candy-kingdom"
}
]
}
}