Files
animethemes-api-docs/docs/jsonapi/reference/content/artistsong/show/index.md
T
2025-12-17 22:53:18 -03:00

658 B

title
title
Artist Song Show

Artist Song Show Endpoint

The artist song show endpoint returns an artist song resource.

For example, the /artistsong/chiwa_saitou/3373 endpoint will return the artist song resource for the association between the Chiwa Saitou artist and the "staple stable" song.

URL

GET /artistsong/{artist:slug}/{song:id}

Authentication

None

Parameters

None

Response

{
    artistsong: {
        created_at: "created_at",
        updated_at: "updated_at",
        alias: "alias",
        as: "as"
    }
}

Example

curl https://api.animethemes.moe/artistsong/chiwa_saitou/3373