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 Clan
GET https://narutodb.xyz/api/clan/search?name=Karui
curl -X 'GET' \
        'https://narutodb.xyz/api/clan/search?name=Karui' \
     -H 'accept: application/json'
{
  "id": 2,
  "name": "Amagiri",
  "characters": [
    {
      "id": 57,
      "name": "Gensui Amagiri",
      "images": [
        "https://static.wikia.nocookie.net/naruto/images/c/c1/Gensui_Amagiri.png/revision/latest?cb=20110527130053"
      ],
      "debut": {
        "game": "Naruto Shippūden: Kizuna Drive",
        "appearsIn": "Game"
      },
      "family": {
        "son": "Taisa Amagiri"
      },
      "jutsu": [
        "Chakra Levitation Technique",
        "Tailed Beast Replication",
        "Telescope Technique"
      ],
      "personal": {
        "sex": "Male",
        "affiliation": "Yumegakure",
        "clan": "Amagiri"
      },
      "tools": [
        "Chakra Enhanced Triple-Bladed Claw"
      ],
      "voiceActors": {
        "japanese": "Masayuki Omoro",
        "english": "Michael McConnohie"
      }
    },
    {
      "id": 58,
      "name": "Taisa Amagiri",
      "images": [
        "https://static.wikia.nocookie.net/naruto/images/d/de/Taisa_Amagiri.png/revision/latest?cb=20120228151033"
      ],
      "debut": {
        "game": "Naruto Shippūden: Kizuna Drive",
        "appearsIn": "Game"
      },
      "family": {
        "father": "Gensui Amagiri"
      },
      "jutsu": [
        "Lightning Tackle",
        "Poison Mist",
        "Taisa's Transformation Technique"
      ],
      "natureType": [
        "Lightning Release"
      ],
      "personal": {
        "sex": "Male",
        "affiliation": "Yumegakure",
        "clan": "Amagiri"
      },
      "tools": [
        "Poison"
      ],
      "voiceActors": {
        "japanese": "Yumiko Kobayashi",
        "english": "Stephanie Sheh"
      }
    }
  ]
}