mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-09-07 05:03:44 +02:00
title
| title |
|---|
| AnimeSynonym Show |
AnimeSynonym Show Endpoint
The AnimeSynonym show endpoint returns an AnimeSynonym resource.
For example, the /api/animesynonym/1523 endpoint will return the AnimeSynonym resource "Monstory" for the anime Bakemonogatari.
URL
GET /api/animesynonym/{id}
Authentication
None
Parameters
| Name | Required | Description |
|---|---|---|
| fields | No | Sparse fieldsets for resource types |
| filter | No | Filters to constrain the inclusion of related resources |
| include | No | Inclusion of related resources |
| sort | No | Sort related resources |
Response
{
animesynonym: {
id: id,
text: "text",
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}