Get an artist
GET
/api/v1/artists/{artistId}
Learn more about a specific Argentine Rock artist and their legacy. You can update it using the PUTUpdate an artist endpoint.
Parameters
Path Parameters
artistId*
Type
Requiredinteger
Example
1Format
"int64"Responses
Artist Found
The requested artist was found and returned successfully.
Response Format
The response includes the complete artist object with all available details:
id: Unique identifier for the artistname: Full name of the artistdescription: Biographical informationimage: URL to the artist's photoband: Primary band association
application/json
JSON "id": 1, "name": "Charly García", "description": "One of the most influential rock musicians in Argentine history.", "image": "https://cdn.rock-legends.com/photos/charly.jpg", "band": "Sui Generis"
{
}