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 Akatsuki by Id
GET https://narutodb.xyz/api/akatsuki/1425
curl -X 'GET' \
        'https://narutodb.xyz/api/akatsuki/1425' \
     -H 'accept: application/json'
{
  "id": 1425,
  "name": "Black Zetsu",
  "images": [
    "https://static.wikia.nocookie.net/naruto/images/e/e9/Black_Zetsu.png/revision/latest/scale-to-width-down/300?cb=20220215005248"
  ],
  "debut": {
    "manga": "Naruto Chapter #234",
    "anime": "Naruto Episode #134",
    "novel": "Naruto Jinraiden: The Day the Wolf Howled",
    "movie": "Road to Ninja: Naruto the Movie",
    "game": "Naruto Shippūden: Ultimate Ninja 4",
    "ova": "Naruto Shippūden: UNSG anime cutscenes",
    "appearsIn": "Anime, Manga, Novel, Game, Movie"
  },
  "family": {
    "creator": "Kaguya ĹŚtsutsuki"
  },
  "jutsu": [
    "Naruto: Ultimate Ninja Online14 April 201320 July 2016"
  ],
  "natureType": [
    "Wood Release",
    "Earth Release",
    "Water Release",
    "Fire Release",
    "Wind Release",
    "Lightning Release",
    "Yin Release",
    "Yang Release"
  ],
  "personal": {
    "species": "Artificial Human",
    "status": "Incapacitated",
    "kekkeiGenkai": [
      "Wood Release",
      "Rinnegan",
      "Sharingan",
      "MangekyĹŤ Sharingan"
    ],
    "classification": [
      "Jinchūriki",
      "S-rank",
      "Sensor Type"
    ],
    "tailedBeast": "Kurama (Yin half) (Forms)",
    "occupation": "Akatsuki spy",
    "affiliation": "Akatsuki",
    "partner": [
      "Kaguya ĹŚtsutsuki",
      "White Zetsu",
      "Obito Uchiha",
      "Madara Uchiha"
    ]
  },
  "uniqueTraits": [
    "Can absorb chakra"
  ],
  "voiceActors": {
    "japanese": [
      "Nobuo Tobita",
      "Kengo Kawanishi   (Child)"
    ],
    "english": [
      "Travis Willingham",
      "Michael Sorich   (Naruto Episode 135)",
      "Todd Haberkorn   (Child)"
    ]
  }
}