Skip to content

Get All Characters

You can access the list of characters by using the /characters endpoint.

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

All data is returns in items, however this example does not show all available items.

{
"message": "items retrieved successfully",
"items": [
{
"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"
},
]
}

Response Schema

keytypedescription
itemscharacter[]array of characters.