mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
658 B
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