SERVING DEMON SLAYER CHARACTER FACTS

Built for developers and fans, the Demon Slayer API provides access to a collection of character facts from the popular anime and manga series, Demon Slayer: Kimetsu no Yaiba.

Demon Slayer main character Tanjiro, carrying his sister Nezuko in her basket on his back.

Straight to the point:

Each character object provides Demon Slayer character facts such as name, race, affiliation, skill, etc.

Endpoints

• Base URL

GET https://demon-slayer.cyclic.app/api/

Serves all characters.

• /name

GET https://demon-slayer.cyclic.app/api/name

Serves specific character facts. Replace /name with a character name.

• /race/human

GET https://demon-slayer.cyclic.app/api/race/human

Serves all human characters.

• /race/demon

GET https://demon-slayer.cyclic.app/api/race/demon

Serves all demon characters.

Authentication

To access the Demon Slayer API, no authentication or API key is required. This API is publicly accessible for fetching character information.

Demo: