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 Kekkeigenkai
GET https://narutodb.xyz/api/kekkei-genkai/search?name=Byakugan
curl -X 'GET' \
        'https://narutodb.xyz/api/kekkei-genkai/search?name=Byakugan' \
     -H 'accept: application/json'
{
  "id": 1,
  "name": "Byakugan",
  "characters": [
    {
      "id": 80,
      "name": "Ao",
      "images": [
        "https://static.wikia.nocookie.net/naruto/images/7/72/Ao.png/revision/latest/scale-to-width-down/300?cb=20171014133718",
        "https://static.wikia.nocookie.net/naruto/images/4/4c/Ao_Part_III.png/revision/latest/scale-to-width-down/300?cb=20210208005708"
      ],
      "debut": {
        "manga": "Naruto Chapter #454",
        "anime": "Naruto Shippūden Episode #199",
        "novel": "Sasuke Shinden: Book of Sunrise  (Mentioned)",
        "game": "Naruto Shippūden: Ultimate Ninja Impact",
        "appearsIn": "Anime, Manga, Novel, Game"
      },
      "jutsu": [
        "Barrier Talisman: Armoured Eye",
        "Sensing Technique",
        "Sensing Water Sphere",
        "Water Release: Water Colliding Wave"
      ],
      "natureType": [
        "Water Release",
        "Yin Release"
      ],
      "personal": {
        "birthdate": "August 1",
        "sex": "Male",
        "age": {
          "Part II": "46"
        },
        "status": "Deceased",
        "height": {
          "Part II": "182cm"
        },
        "weight": {
          "Part II": "70.9kg"
        },
        "bloodType": "A",
        "kekkeiGenkai": "Byakugan",
        "classification": [
          "Sensor Type",
          "Hunter-nin"
        ],
        "occupation": [
          "Fifth Mizukage's Bodyguard",
          "Captain of the Sensor Division of the Allied Shinobi Forces",
          "Outer"
        ],
        "affiliation": [
          "Kirigakure",
          "Allied Shinobi Forces",
          "Kara"
        ],
        "team": "Sensor Division",
        "partner": "Heki",
        "titles": [
          "青Ao",
          "byakuganKiller(白眼殺し,Byakugangoroshi)grass(草,Kusa)"
        ]
      },
      "rank": {
        "ninjaRank": {
          "Part II": "Jōnin"
        }
      },
      "tools": [
        "Chakra Blade",
        "Jutsu Absorption Arm",
        "Mirror Drone",
        "Shinobi Gauntlet"
      ],
      "voiceActors": {
        "japanese": "Tadahisa Saizen",
        "english": "Steven Blum"
      }
    },
    {
      "id": 434,
      "name": "Hyūga Elder",
      "images": [
        "https://static.wikia.nocookie.net/naruto/images/2/25/Hy%C5%ABga_Elder.png/revision/latest/scale-to-width-down/300?cb=20150109173141"
      ],
      "debut": {
        "manga": "Naruto Chapter #105",
 ...