Songsterr: Get Full Tab
Songsterr via Parse · music
Convenience method that fetches song metadata and tab notation in one call. First retrieves metadata via get_song_meta, then uses it to fetch the tab for the popular track (or specified track index). Returns both meta and tab data combined. Retrieve song metadata, artist information, and raw tab notation data from Songsterr. Fulfilled by Parse from songsterr.com.
- education
- entertainment
- music
- parse
- platform-key
- songsterr
- songsterr-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/00e14379-6131-498c-a1ec-f1635d062d88/get_full_tab
- Interface artifact
- sha256:f4e57545c30372cc018eb1ef168de36ef42ac2c8d1653af19fc5963b83928e54
- Manifest digest
- sha256:e43488452eec97461164d518f61b91fd1480083a267170746247a186ce701b85
Request fields
- song_id (string, required): Numeric song ID. Obtainable from search_songs results via songId field.
- track_index (integer): Zero-based track index. If omitted, uses the song's popularTrack value from metadata.
Example queries
- {"song_id":"2","track_index":"0"}