Music — entry 026 of 32

Songsterr

Verified Jul 2026

Songsterr is a tab-hosting site whose underlying JSON endpoints (e.g. www.songsterr.com/api/songs and /api/search) are openly reachable and reverse-engineered rather than formally published: no key is needed to search its catalog by artist or title and get back song/track metadata including per-instrument tuning and difficulty. The stored /a/wa/api/ docs path from the original listing now 404s — there is no first-party API reference left to link to, only third-party client libraries built against the live endpoints. It's free and keyless for read access, but the responses carry no Access-Control-Allow-Origin header, so browser-side cross-origin calls are blocked even though server-to-server requests work fine.

musicguitar-tabsunofficialkeyless
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score74out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 74 on greatapis.com
<a href="https://greatapis.com/api/songsterr/"><img src="https://greatapis.com/badge/songsterr.svg" alt="Scored 74 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.