Entertainment
8notes UK logo

8notes UK API

8notes.com

8notes - sheet music by instrument, score previews, lessons, and theory.

Actions
10
Category
Entertainment
Login
Not required
Output
JSON

Call the 8notes UK API

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

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_8notes_uk_homepage_landing",
    "params": {}
  }'

10 actions on 8notes.com

Read

  • Homepage Landing

    act_8notes_uk_homepage_landingread1 credit / call

    Returns the homepage with instrument navigation and featured content.

  • Instrument Category Navigation

    act_8notes_uk_instrument_category_navigationread1 credit / call

    Returns all instruments with links to their per-instrument browse sections.

  • Instrument Score Listing

    act_8notes_uk_instrument_score_listingread2 credits / call

    Returns paginated sheet-music score listings for an instrument with score links, titles, and sort order.

    instrument_slug
    string · required
    orderby
    string
  • Lesson Article

    act_8notes_uk_lesson_articleread1 credit / call

    Returns a music lesson's title, author, and instructional body content.

    lesson_path
    string · required
  • Score Details

    act_8notes_uk_score_detailread1 credit / call

    Returns a sheet-music piece's title, composer, instrument, key, tempo, and difficulty.

    score_id
    string · required
  • Search Autocomplete

    act_8notes_uk_search_autocompleteread1 credit / call

    Returns score and lesson search suggestions matching the query prefix.

    search_keyword
    string · required
  • Search Results

    act_8notes_uk_search_resultsread2 credits / call

    Returns scores, lessons, and articles matching a keyword.

    search_keyword
    string · required
  • Theory Index

    act_8notes_uk_theory_indexread1 credit / call

    Returns the music theory section index with links to theory lesson articles.

  • Theory Lesson Article

    act_8notes_uk_theory_lesson_articleread1 credit / call

    Returns a music theory lesson's title, body, author, and related lessons.

    theory_article_slug
    string · required

Write

Write actions change state on 8notes.com and run as the account you connect.

  • Score Preview Playback

    act_8notes_uk_score_preview_playwrite2 credits / call

    Triggers audio preview playback for a score and confirms the result.

    fsm_id
    string · required
    ff
    string

8notes UK API questions

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