mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
649 B
649 B
title
| title |
|---|
| Song Resource Show |
Song Resource Show Endpoint
The song resource show endpoint returns an song resource resource.
For example, the /songresource/10535/30212 endpoint will return the song resource resource for the association between the Mijuku DREAMER song and the external resource of id 30212.
URL
GET /songresource/{song:id}/{resource:id}
Authentication
None
Parameters
None
Response
{
songresource: {
created_at: "created_at",
updated_at: "updated_at",
as: "as"
}
}
Example
curl https://api.animethemes.moe/songresource/10535/30212