Files
animethemes-api-docs/docs/jsonapi/reference/wiki/songresource/show/index.md
T
2025-07-29 00:56:10 +02:00

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