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 Akatsuki
GET https://narutodb.xyz/api/akatsuki/search?name=chibi
curl -X 'GET' \
        'https://narutodb.xyz/api/akatsuki/search?name=chibi'' \
     -H 'accept: application/json'
{
  "id": 141,
  "name": "Chibi",
  "images": [
    "https://static.wikia.nocookie.net/naruto/images/d/d2/Chibi.png/revision/latest/scale-to-width-down/300?cb=20220209063003"
  ],
  "debut": {
    "manga": "Naruto Chapter #445",
    "anime": "Naruto Shippūden Episode #172",
    "appearsIn": "Anime, Manga"
  },
  "personal": {
    "sex": "Male",
    "species": "Dog",
    "age": {
      "Part II": "2"
    },
    "status": "Deceased",
    "affiliation": "Ame Orphans\"Ame Orphans\" is not in the list (Allied Shinobi Forces, Akatsuki, Root, Kara, Pale Blue Valley, Daidai Village, Aburame Clan, Academy, Advanced Technology Research Institute, Akagahara, ...) of allowed values for the \"Affiliation\" property."
  }
}