Entertainment
Azchords logo

Azchords API

azchords.com

Azchords - guitar chords and tabs by song, artist, and letter.

Actions
5
Category
Entertainment
Login
Not required
Output
JSON

Call the Azchords API

Submit a task, then poll the job until it settles. This example runs act_azchords_com_artist_song_list.

curl -X POST https://api.anakin.io/v1/wire/task \
  -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"
    }
  }'

5 actions on azchords.com

Read

  • Artist Song List

    act_azchords_com_artist_song_listread2 credits / call

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

    letter
    string · required
    artist_slug
    string · required
    content_type
    string · required
    artist_id
    string · required
  • Artist Song List Paginated

    act_azchords_com_artist_song_list_pageread2 credits / call

    Returns a paginated artist song list with links to chord and tab detail pages.

    letter
    string · required
    artist_slug
    string · required
    artist_id
    string · required
    page
    string · required
  • Browse By Letter

    act_azchords_com_browse_by_letterread1 credit / call

    Returns the artist index for a single letter with names and links.

    letter
    string · required
  • Chord Tab Details

    act_azchords_com_chord_tab_detailread1 credit / call

    Returns a song's chord or tab page with title, artist, and notation body.

    letter
    string · required
    artist_slug
    string · required
    song_slug
    string · required
  • Homepage A Z Index

    act_azchords_com_homepage_az_indexread1 credit / call

    Returns the homepage with A-Z navigation and recently updated tab links.

Azchords API questions

Is there an API for Azchords?
Azchords does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for azchords.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Azchords data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when azchords.com changes its markup, Anakin updates the action.
Do I need a Azchords account?
No. Every Azchords action listed here runs anonymously — no account and no credentials required.
What does the Azchords API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Entertainment APIs

All Entertainment sites