Skip to content

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*
Typeinteger
Required
Example1
format"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 artist
  • name: Full name of the artist
  • description: Biographical information
  • image: URL to the artist's photo
  • band: 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"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI