Demon Slayer API

Demon Slayer API — The Demon Slayer API provides developers with structure…

🌸 AnimeHEALTHYchecked 8h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Demon Slayer API exposes the Demon Slayer API provides developers with structured data related to the popular anime series, including character details, combat styles, and affiliations. It allows users to access information about characters, such as their age, gender, abilities, and memorable quotes, enhancing the experience for fans and developers alike. We verified a keyless GET endpoint returning JSON (Anime). Check the provider docs for rate limits and terms before production use.

78HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 78 · healthy
Uptime history
96.1%90 days
96.7%30 days
3390P50 · ms
4643P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 1321 ms, slowest 4175 ms, most recent 3692 ms.
Live response samplecaptured by our last successful check
GET https://www.demonslayer-api.com/api/v1/characters

{
  "pagination": {
    "totalElements": 45,
    "elementsOnPage": 5,
    "currentPage": 1,
    "totalPages": 9,
    "previousPage": "",
    "nextPage": "https://www.demonslayer-api.com/api/v1/characters?page=2"
  },
  "content": [
    {
      "id": 1,
      "name": "Tanjiro Kamado",
      "age": 16,
      "gender": "Male",
      "race": "Human",
      "description": "Is the main protagonist of Demon Slayer. He joined the Demon Slayer Corp to find a remedy to turn his sister, Nezuko Kamado, back into a human and to hunt down and kill demons.",
      "img": "https://www.demonslayer-api.com/api/v1/characters/images/1.webp",
      "affiliation_id": 1
    },
    {
      "id": 2,
      "name": "Nezuko Kamado",
      "age": 14,
      "gender": "Female",
      "race": "Demon",
      "description": "She is a demon and the younger sister of Tanjiro Kamado and one of the two remaining members of the Kamado family. Formerly a human, she was attacked and transformed into a demon by Muzan Kibutsuji.",
      "img": "https://www.demonslayer-api.com/api/v1/characters/images/2.webp",
      "affiliation_id": 1
    }
  ]
}
Call itcurl · fetch · python
curl "https://www.demonslayer-api.com/api/v1/characters"
const res = await fetch("https://www.demonslayer-api.com/api/v1/characters");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://www.demonslayer-api.com/api/v1/characters")
print(res.json())
Endpoints · 5HealthyFULL DOCS ↗
Monitored path responding — GET /api/v1/characters3390 mschecked 8h ago
GET/api/v1/charactersPROBED

Demon Slayer API — The Demon Slayer API provides developers with structure…

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Demon Slayer API: common questions

Is Demon Slayer API free to use?

Yes — Demon Slayer API is a free anime API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Demon Slayer API need an API key?

No — Demon Slayer API needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Demon Slayer API from the browser?

Yes — Demon Slayer API returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Demon Slayer API up right now?

As of our last scheduled check, Demon Slayer API is healthy with 96.1% uptime over 90 days and a 3390 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.