All the API endpoints have been migrated from https://api.narutodb.xyz to https://narutodb.xyz/api. Pleas refer to the documentation for more information. Sorry for the inconvenience 🙏

Docs
Get Character by Id
GET https://narutodb.xyz/api/character/55
curl -X 'GET' \
        'https://narutodb.xyz/api/character/55' \
     -H 'accept: application/json'
{
  "id": 55,
  "name": "Amachi",
  "images": [
    "https://static.wikia.nocookie.net/naruto/images/4/44/Amachi.png/revision/latest/scale-to-width-down/300?cb=20150528184924"
  ],
  "debut": {
    "anime": "Naruto Episode #170",
    "appearsIn": "Anime"
  },
  "jutsu": [
    "Kaima Form",
    "Scale Senbon",
    "Summoning Technique (UmibĹŤzu)",
    "Water Release: Large Projectile"
  ],
  "natureType": [
    "Water Release"
  ],
  "personal": {
    "sex": "Male",
    "classification": "Medical-nin",
    "occupation": "Scientist",
    "affiliation": [
      "Land of the Sea",
      "Otogakure"
    ]
  },
  "tools": [
    "Scalpel"
  ],
  "voiceActors": {
    "japanese": "Hideyuki Umezu",
    "english": "Doug Stone"
  }
}