Entertainment
911Tabs logo

911Tabs API

911tabs.com

911Tabs - guitar tab search, popular tabs, artist listings, and tablature pages.

Actions
5
Category
Entertainment
Login
Not required
Output
JSON

Call the 911Tabs API

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

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_911tabs_fresh_tabs_listing",
    "params": {
      "instrument": "guitar"
    }
  }'

5 actions on 911tabs.com

Read

  • Fresh Tabs Listing

    act_911tabs_fresh_tabs_listingread1 credit / call

    Returns the fresh indexed tabs listing with rank numbers, artist names, song titles, and detail links.

    instrument
    string · required
  • Guitar Tabs Hub Listing

    act_911tabs_guitar_tabs_hub_listingread1 credit / call

    Returns the guitar tabs hub page listing recent tab updates with links to popular and fresh tabs.

  • Homepage

    act_911tabs_homepage_ssrread1 credit / call

    Returns the homepage with instrument navigation and browse links for tabs.

  • Popular Tabs Listing

    act_911tabs_popular_tabs_listingread1 credit / call

    Returns the top 100 popular tabs ranking with artist names, song titles, and detail links by instrument.

    instrument
    string · required
  • Tab Details

    act_911tabs_tab_detailread1 credit / call

    Returns a song's available tab and chord versions with ratings and source links.

    artist_letter
    string · required
    artist_slug
    string · required
    tab_slug
    string · required

911Tabs API questions

Is there an API for 911Tabs?
911Tabs does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for 911tabs.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 911Tabs 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 911tabs.com changes its markup, Anakin updates the action.
Do I need a 911Tabs account?
No. Every 911Tabs action listed here runs anonymously — no account and no credentials required.
What does the 911Tabs 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