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 Team
GET https://narutodb.xyz/api/team/search?name=Analysis%20Team
curl -X 'GET' \
        'https://narutodb.xyz/api/team/search?name=Analysis%20Team' \
     -H 'accept: application/json'
{
  "id": 4,
  "name": "Analysis Team",
  "characters": [
    {
      "id": 203,
      "name": "Mawashi Dokuraku",
      "images": [
        "https://static.wikia.nocookie.net/naruto/images/d/d5/Mawashi_Dokuraku.png/revision/latest/scale-to-width-down/300?cb=20141110205645"
      ],
      "debut": {
        "manga": "Naruto Chapter #418",
        "anime": "Naruto Shippūden Episode #157",
        "appearsIn": "Anime, Manga"
      },
      "jutsu": [
        "Psycho Mind Transmission"
      ],
      "personal": {
        "sex": "Male",
        "age": {
          "Part II": "36"
        },
        "affiliation": "Konohagakure",
        "team": "Analysis Team"
      },
      "tools": [
        "Mind Reading Amplification Machine"
      ]
    },
    {
      "id": 391,
      "name": "Shimon Hijiri",
      "images": [
        "https://static.wikia.nocookie.net/naruto/images/1/1d/Shimon_hijiri.png/revision/latest/scale-to-width-down/300?cb=20210915205728"
      ],
      "debut": {
        "manga": "Naruto Chapter #40",
        "anime": "Naruto Episode #21",
        "game": "Naruto Mobile",
        "appearsIn": "Anime, Manga, Game"
      },
      "jutsu": [
        "Psycho Mind Transmission"
      ],
      "personal": {
        "sex": "Male",
        "age": {
          "Part I": "26"
        },
        "height": {
          "Part I": "175cm"
        },
        "occupation": "Chūnin Exams Assistant",
        "affiliation": "Konohagakure",
        "team": "Analysis Team"
      },
      "rank": {
        "ninjaRank": {
          "Part I": "Chūnin"
        }
      },
      ...