GET https://narutodb.xyz/api/village/1
curl -X 'GET' \
'https://narutodb.xyz/api/village/1' \
-H 'accept: application/json'
{
"id": 1,
"name": "Bamboo Village",
"characters": [
{
"id": 65,
"name": "Amino",
"images": [
"https://static.wikia.nocookie.net/naruto/images/0/04/Amino.png/revision/latest/scale-to-width-down/300?cb=20161201115338"
],
"debut": {
"anime": "Naruto Shippūden Episode #484",
"novel": "Sasuke Shinden: Book of Sunrise",
"appearsIn": "Anime, Novel"
},
"family": {
"father": "IĹŤ"
},
"personal": {
"sex": "Female",
"status": "Deceased",
"affiliation": "Bamboo Village"
},
"voiceActors": {
"japanese": "RyĹŤka Yuzuki"
}
},
{
"id": 500,
"name": "IĹŤ (Bamboo Village)",
"images": [
"https://static.wikia.nocookie.net/naruto/images/b/b1/I%C5%8D_Infobox.png/revision/latest/scale-to-width-down/300?cb=20170112170533"
],
"debut": {
"anime": "Naruto Shippūden Episode #484",
"novel": "Sasuke Shinden: Book of Sunrise",
"appearsIn": "Anime, Novel"
},
"family": {
"daughter": "Amino"
},
"personal": {
"sex": "Male",
"status": "Deceased",
"occupation": "Village Head",
"affiliation": "Bamboo Village",
"titles": [
"イオウIō"
]
},
"voiceActors": {
"japanese": "ShĹŤgo Nakamura",
"english": "Kirk Thornton"
}
}
]
}