Skip to content

Get a single character

You can access to a single character by using the /characters/{id} endpoint.

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

Response

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

Character Model

keytypedescription
idintUnique identifier for the character
slugstringSlug or short label for the character
namestringName of the character
full_namestringFull name or extended title of the character
descriptionstringDetailed description or information about the character
speciestringSpecies or category to which the character belongs
quotesarrayAn array of quotes, each quote is string
imagestringURL for the main image of the character
thumbnailstringURL for a smaller or thumbnail version of the main image
kingdom_slugstringSlug or label for the kingdom to which the character belongs