| Meaning |
{
"name": "Finn",
"fullName": "Finn Mertens",
"origin": "Adventure Time",
"species": "Human",
"occupation": "Hero",
"age": 16,
"attributes": {
"bravery": 9,
"compassion": 8,
"humor": 7,
"loyalty": 10
},
"abilities": [
"Swordsmanship",
"Adventure Survival",
"Friendship"
],
"companions": [
{
"name": "Jake",
"species": "Magical Dog",
"relationship": "Best friend"
},
{
"name": "Princess Bubblegum",
"species": "Candy Person",
"relationship": "Ally"
}
],
"notableEpisodes": [
"Slumber Party Panic",
"Finn the Human",
"The Lich"
]
} |