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 Tailed Beast
GET https://narutodb.xyz/api/tailed-beast/search?name=Shukaku
curl -X 'GET' \
        'https://narutodb.xyz/api/tailed-beast/search?name=Shukaku' \
     -H 'accept: application/json'
{
  "id": 1127,
  "name": "Shukaku",
  "images": [
    "https://static.wikia.nocookie.net/naruto/images/9/99/Shukaku.png/revision/latest/scale-to-width-down/300?cb=20140916210030"
  ],
  "debut": {
    "manga": "Naruto Chapter #134",
    "anime": "Naruto Episode #78",
    "novel": "The Last: Naruto the Movie",
    "movie": "The Last: Naruto the Movie",
    "game": "Naruto: Ultimate Ninja",
    "ova": "Naruto x UT",
    "appearsIn": "Anime, Manga, Novel, Game, Movie"
  },
  "family": {
    "creator": "Hagoromo ĹŚtsutsuki",
    "sibling": "Kurama"
  },
  "jutsu": [
    "Chakra Transfer Technique",
    "Desert Layered Imperial Funeral Seal",
    "Tailed Beast Ball",
    "Tailed Beast Full Charge",
    "Tailed Beast Shockwave (Anime only)",
    "Tailed Beast Telepathy",
    "Wind Release: Drilling Air Bullet",
    "Wind Release: Sand Buckshot"
  ],
  "natureType": [
    "Magnet Release",
    "Wind Release",
    "Earth Release"
  ],
  "personal": {
    "species": "Tanuki",
    "kekkeiGenkai": "Magnet Release",
    "classification": "Tailed Beast",
    "jinchūriki": [
      "Bunpuku",
      "Gaara",
      "Obito Uchiha",
      "Naruto Uzumaki"
    ],
    "affiliation": "Sunagakure"
  },
  "tools": [
    "Sand"
  ],
  "uniqueTraits": [
    "Manipulates sand",
    "Influences its sleeping jinchūriki",
    "Natural cursed seal markings"
  ],
  "voiceActors": {
    "japanese": "Hiroshi Iwasaki",
    "english": [
      "Kirk Thornton",
      "Liam O'Brien   (Video games)"
    ]
  }
}