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 Kekkeigenkai by Id
GET https://narutodb.xyz/api/kekkei-genkai/10
curl -X 'GET' \
        'https://narutodb.xyz/api/kekkei-genkai/10' \
     -H 'accept: application/json'
{
  "id": 10,
  "name": "Jƍgan",
  "characters": [
    {
      "id": 1339,
      "name": "Boruto Uzumaki",
      "images": [
        "https://static.wikia.nocookie.net/naruto/images/d/de/Boruto_Infobox.png/revision/latest/scale-to-width-down/300?cb=20220130144217"
      ],
      "debut": {
        "manga": "Naruto Chapter #700",
        "anime": "Boruto Episode #1",
        "novel": "The Last: Naruto the Movie",
        "movie": "The Last: Naruto the Movie",
        "game": "Naruto Shippƫden: Ultimate Ninja Storm 4",
        "ova": "The Day Naruto Became Hokage (OVA)",
        "appearsIn": "Anime, Manga, Novel, Game, Movie"
      },
      "family": {
        "grandfather": "Hiashi Hyƫga",
        "grandmother": "Kushina Uzumaki",
        "father": "Naruto Uzumaki",
        "great-grandfather": "Hyƫga Elder",
        "granduncle": "Hizashi Hyƫga",
        "grandmother ": "Hinata and Hanabi's Mother",
        "mother": "Hinata Hyƫga",
        "aunt": "Hanabi Hyƫga",
        "sister": "Himawari Uzumaki",
        "first cousin once removed": "Neji Hyƫga",
        "adoptive brother": "Kawaki",
        "host": "Momoshiki ƌtsutsuki"
      },
      "jutsu": [
        "Boruto Stream",
        "Compression Rasengan (Anime only)",
        "Gentle Fist",
        "Harem Technique",
        "Improvised Secret Technique: Lightning Ball Shuriken Technique (Anime only)",
        "Kāma",
        "Kāma Rift",
        "Lightning Release Bullet: Powerful Breath (Anime only)",
        "Lightning Release: Purple Electricity (Manga only)",
        "Lightning Release: Thunderclap Arrow",
        "Multiple String Light Formation (Anime only)",
        "Parent and Child Rasengan",
        "Rasengan",
        "Rasengan: \"Unison\"",
        "Sexy Technique",
        "Shadow Clone Technique",
        "String Light Formation (Anime only)",
        "Student and Teacher: Rasengan",
        "Summoning Technique (Snake) (Anime only)",
        "Super Compression Rasengan (Anime only)",
        "Surging Fire Wild Dance (Anime only)",
        "Uchiha Style Shurikenjutsu: \"Lightning\": Triple",
        "Vanishing Rasengan",
        "Water Release: Surging Sea",
        "Water Release: Water Formation Wall (Novel only)",
        "Wind Release: Gale Palm",
        "Wind Release: Rasengan (Anime only)"
      ],
      "natureType": [
        "Lightning Release  (Affinity)",
        "Wind Release",
        "Water Release"
      ],
      "personal": {
        "birthdate": "March 27",
        "sex": "Male",
        "species": "Celestial Being",
        "age": {
          "Blank Period": "5",
          "Boruto Movie": "12",
          "Boruto Manga": "16  (Future)"
        },
        "height": {
          "Blank Period": "110cm - 122cm",
          "Boruto Movie": "145cm",
          "Boruto Manga": "163cm"
        },
        "kekkeiGenkai": "Jƍgan",
        "classification": "Sensor Type",
        "affiliation": [
          "Konohagakure",
          "Ryƫchi Cave  (Anime only)"
        ],
        "team": "Team 7",
        "clan": [
          "Uzumaki",
          "Hyƫga Clan"
        ],
        "titles": [
          "ă†ăšăŸăăƒœăƒ«ăƒˆUzumakiBoruto"
        ]
      },
      "rank": {
        "ninjaRank": {
          "Gaiden": "Genin"
        }
      },
      "tools": [
        "Chakra Blade",
        "Flash Bomb (Anime only)",
        "Hidden Kunai Mechanism (Anime only)",
        "Jutsu Absorption Arm",
        "Shinobi Gauntlet",
        "Sword"
      ],
      "voiceActors": {
        "japanese": [
          "YĆ«ko Sanpei",
          "Kokoro Kikuchi   (The Last: Naruto the Movie)"
        ],
        "english": [
          "Amanda Celine Miller",
          "Maile Flanagan   (The Last: Naruto the Movie)"
        ]
      }
    }
  ]
}