mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
642 B
642 B
title
| title |
|---|
| Anime Series Show |
Anime Series Show Endpoint
The anime series show endpoint returns an anime series resource.
For example, the /animeseries/bakemonogatari/monogatari endpoint will return the anime series resource for the association between the Bakemonogatari anime and the Monogatari series.
URL
GET /animeseries/{anime:slug}/{series:slug}
Authentication
None
Parameters
None
Response
{
animeseries: {
created_at: "created_at",
updated_at: "updated_at"
}
}
Example
curl https://api.animethemes.moe/animeseries/bakemonogatari/monogatari