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
Search Kara
GET https://narutodb.xyz/api/kara/search?name=Boro
curl -X 'GET' \
        'https://narutodb.xyz/api/kara/search?name=Boro' \
     -H 'accept: application/json'
{
  "id": 125,
  "name": "Boro",
  "images": [
    "https://static.wikia.nocookie.net/naruto/images/6/63/Boro.png/revision/latest/scale-to-width-down/300?cb=20220311140446"
  ],
  "debut": {
    "manga": "Boruto Chapter #15",
    "anime": "Boruto Episode #157",
    "game": "Naruto x Boruto: Ninja Voltage",
    "appearsIn": "Anime, Manga, Game"
  },
  "jutsu": [
    "Genjutsu Communication",
    "Lava Release: Planet-Branding Blast",
    "Self-Healing Technique",
    "Water Release: Water Formation Wall"
  ],
  "natureType": [
    "Lava Release",
    "Fire Release",
    "Earth Release",
    "Water Release",
    "Yin Release"
  ],
  "personal": {
    "sex": "Male",
    "status": "Deceased",
    "kekkeiGenkai": "Lava Release",
    "occupation": [
      "Inner",
      "Cult Leader"
    ],
    "affiliation": "Kara"
  },
  "tools": [
    "Dark Cloud",
    "Space-Time Gate"
  ],
  "voiceActors": {
    "japanese": "Kenta Miyake",
    "english": "Dave B. Mitchell"
  }
}
```