ConsoleCatalog
Sign in
Azchords logo

Azchords

azchords.comEntertainmentno auth

Guitar chords and tabs by song, artist, and letter.

Artist Song List

ASYNCREADNo auth

Returns an artist's song list with titles, links, and available tab or chord versions.

ParametersFormJSON

A-Z letter directory prefix for the artist URL path

Artist directory slug (e.g. abba, backstreetboys)

Song list view: tabs or chords

Numeric artist id suffix from the azchords URL slug

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_azchords_com_artist_song_list",
    "params": {
      "letter": "a",
      "artist_slug": "abba",
      "content_type": "tabs",
      "artist_id": "95"
    }
  }'