REST API Documentation

Made in Abyss Lore API

A read-only RESTful API serving world-building lore for the anime and manga series Made in Abyss. Explore the layers, relics, creatures, and the mysterious curse of the netherworld.

Base URL

/api

Layers

Information about the different layers of the Abyss.

Endpoints

GET/api/layersGet all layers.
GET/api/layers/:idGet a specific layer by ID.

Query Parameters

  • includeComma-separated list of relations to include (curse, relics, creatures). Example: ?include=curse,relics

Relics

Artifacts found within the Abyss.

Endpoints

GET/api/relicsGet all relics.
GET/api/relics/:idGet a specific relic by ID.

Query Parameters

  • gradeFilter by relic grade (e.g., ?grade=special)
  • layerFilter by the layer ID where the relic is found (e.g., ?layer=layer-1)

Creatures

Fauna inhabiting the Abyss.

Endpoints

GET/api/creaturesGet all creatures.
GET/api/creatures/:idGet a specific creature by ID.

Query Parameters

  • danger_levelFilter by danger level (e.g., ?danger_level=lethal)
  • layerFilter by the layer ID where the creature is found (e.g., ?layer=layer-2)

The Curse

General knowledge and specific strains of the Curse of the Abyss.

Endpoints

GET/api/curseGet curse general knowledge and all strains.

Whistles

General knowledge about whistles, ranks, and requirements for Delvers.

Endpoints

GET/api/whistleGet general whistle knowledge and all ranks.
GET/api/whistle/:idGet a specific whistle rank by ID.

Query Parameters

  • colorFilter by whistle color (e.g., ?color=red)
  • rank_nameFilter by whistle rank name (e.g., ?rank_name=apprentice)

Orth

Districts and known locations within the town of Orth.

Endpoints

GET/api/orthGet all Orth districts and places.

Culture

Customs, religion, and guild information.

Endpoints

GET/api/cultureGet cultural information.

Concepts

General lore concepts like Narehate, White Whistles, etc.

Endpoints

GET/api/conceptsGet all concepts.
GET/api/concepts/:idGet a specific concept by ID.