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 Clan by Id
GET https://narutodb.xyz/api/clan/13
curl -X 'GET' \
        'https://narutodb.xyz/api/clan/13' \
     -H 'accept: application/json'
 {
  "id": 13,
  "name": "Hyūga",
  "characters": [
    {
      "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",
        "anime": "Naruto Episode #61",
        "appearsIn": "Anime, Manga"
      },
      "family": {},
      "personal": {
        "sex": "Male",
        "kekkeiGenkai": "Byakugan",
        "occupation": "Head of the Hyūga clan  (Former)",
        "affiliation": "Konohagakure",
        "clan": "Hyūga"
      },
      "voiceActors": {
        "japanese": [
          "Katsumi Chō",
          "Gorō Sanada   (Shippūden Episodes 389-390)"
        ],
        "english": [
          "William Frederick Knight",
          "Kirk Thornton   (Shippūden Episode 192)",
          "Michael McConnohie   (Shippūden Episodes 389-390)"
        ]
      }
    },
    {
      "id": 435,
      "name": "Hanabi Hyūga",
      "images": [
        "https://static.wikia.nocookie.net/naruto/images/d/da/Hanabi_Hyuga.png/revision/latest/scale-to-width-down/300?cb=20180314102603",
        "https://static.wikia.nocookie.net/naruto/images/0/02/Hanabi_Hyuga_Part_II.png/revision/latest/scale-to-width-down/300?cb=20180314102548"
      ],
      "debut": {
        ...