Download the full catalog
This guide explains how to download the complete catalog of digital assets using the
GET /assets/list endpoint.
The catalog can be retrieved incrementally and safely processed for offline use,
indexing, or automated synchronization.
Overview
The catalog API uses cursor-based pagination.
Each request returns a batch of assets and a last_id value that must be used
to fetch the next page.
Step 1. Authenticate your request
All requests must include a valid access token. If the token is missing or invalid,
the API will return a 401 Unauthorized response.
Step 2. Request the first page
Start by requesting the first page without specifying last_id.
Query parameters:
-
page_size— number of assets to return per page. Default value is20.
Step 3. Process the response
A successful response contains:
assets— a list of digital assets with full metadatalast_id— the ID of the last asset in the current pagenext_page— a URL pointing to the next page (for reference)
{
"assets": [
{
"asset_id": 1786,
"format_short_name": "PVG",
"format": null,
"page_count": 4,
"title": "Can You Feel The Love Tonight (from The Lion King)",
"description": null,
"song_number": 4013,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 4013,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 5.99,
"smd_id": "16276",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Tim Rice",
"mbid": "0226E802-58D9-4E2E-9B02-F46711BCBF93",
"role": ""
},
{
"is_primary": false,
"name": "The Lion King",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Elton John",
"mbid": "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
"role": ""
},
{
"is_primary": true,
"name": "Elton John",
"mbid": "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 137601,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 145438,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 146044,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 195620,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 291051,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 298820,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 306640,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 306896,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 308235,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310015,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310240,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310283,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310977,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311062,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311075,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311076,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311155,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311187,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311204,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311235,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311301,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311318,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311388,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311523,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311671,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311744,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311823,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311955,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311967,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311989,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 312009,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 313078,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 313169,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 313601,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 327926,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 353393,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 357104,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 359192,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 359198,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 359224,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 451083,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 1136173,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "scorch",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 5.99
}
],
"packages": null
},
{
"asset_id": 2015,
"format_short_name": "PVG",
"format": null,
"page_count": 4,
"title": "You've Got A Friend In Me (from Toy Story)",
"description": null,
"song_number": 10923,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 10923,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 5.99,
"smd_id": "16479",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Toy Story 3 (Movie)",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Toy Story (Movie)",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Randy Newman",
"mbid": "da7bb7d8-557d-4635-9ca1-e6e985525bd5",
"role": ""
},
{
"is_primary": false,
"name": "Lyle Lovett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Toy Story 2 (Movie)",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Randy Newman and Lyle Lovett",
"mbid": "7241e3ed-5ad4-4849-94df-6858ea833472",
"role": ""
},
{
"is_primary": true,
"name": "Randy Newman",
"mbid": "da7bb7d8-557d-4635-9ca1-e6e985525bd5",
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 137601,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 145525,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 146161,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 195620,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 260523,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 265721,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 278787,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 301545,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310096,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310690,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311076,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311582,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311705,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311823,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311989,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 313169,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 313509,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "scorch",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 5.99
}
],
"packages": null
},
{
"asset_id": 2472,
"format_short_name": "PVG",
"format": null,
"page_count": 8,
"title": "Part Of Your World (from The Little Mermaid)",
"description": null,
"song_number": 639553,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 639553,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 5.99,
"smd_id": "18162",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Howard Ashman",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Alan Menken",
"mbid": "817c68f4-e110-4529-82fa-aec902e9768f",
"role": ""
},
{
"is_primary": true,
"name": "Alan Menken & Howard Ashman",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 195620,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310358,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311523,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311823,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 313169,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 1245780,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "scorch",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 5.99
}
],
"packages": null
},
{
"asset_id": 7589,
"format_short_name": "PVG",
"format": null,
"page_count": 4,
"title": "Beauty And The Beast",
"description": null,
"song_number": 66212,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 66212,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 5.99,
"smd_id": "26229",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Howard Ashman",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Angela Lansbury",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Alan Menken",
"mbid": "817c68f4-e110-4529-82fa-aec902e9768f",
"role": ""
},
{
"is_primary": true,
"name": "Alan Menken & Howard Ashman",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 145438,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 146161,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 195620,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 257807,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 260523,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 283395,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 291051,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 298819,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310001,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310063,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310305,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310358,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310437,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310485,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 310784,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311076,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311204,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311236,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311303,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311318,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311356,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311410,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311523,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311582,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311743,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311823,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311861,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 312011,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 313000,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 313601,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 327926,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 356094,
"group_type_id": 1,
"sheet": true,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 695721,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 1136173,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "scorch",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 5.99
}
],
"packages": null
},
{
"asset_id": 8006,
"format_short_name": "EPF",
"format": null,
"page_count": 4,
"title": "Where Is The Love?",
"description": null,
"song_number": 931571,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 931571,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26979",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Will Downing",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Donny Hathaway",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Ralph MacDonald",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "William Salter",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Roberta Flack",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 310794,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8007,
"format_short_name": "PVG",
"format": null,
"page_count": 4,
"title": "God Bless America",
"description": null,
"song_number": 281960,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 281960,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 5.99,
"smd_id": "26980",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "LeAnn Rimes",
"mbid": "9092d8e1-9b38-4372-a96d-000b8561a8bc",
"role": ""
},
{
"is_primary": false,
"name": "Irving Berlin",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Kate Smith",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Celine Dion",
"mbid": "847e8a0c-cc20-4213-9e16-975515c2a926",
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 740182,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 5.99
}
],
"packages": null
},
{
"asset_id": 8008,
"format_short_name": "PVG",
"format": null,
"page_count": 6,
"title": "This Train Don't Stop There Anymore",
"description": null,
"song_number": 41231,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 41231,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 5.99,
"smd_id": "26981",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Bernie Taupin",
"mbid": "9a0d0b2d-a727-44a6-a172-53766f186834",
"role": ""
},
{
"is_primary": false,
"name": "Elton John",
"mbid": "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
"role": ""
},
{
"is_primary": true,
"name": "Elton John",
"mbid": "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 306640,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 308235,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 352484,
"group_type_id": 1,
"sheet": true,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 357104,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 5.99
}
],
"packages": null
},
{
"asset_id": 8009,
"format_short_name": "PV",
"format": null,
"page_count": 4,
"title": "Good Morning Heartache",
"description": null,
"song_number": 288280,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 288280,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 5.99,
"smd_id": "26982",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Irene Higginbotham",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Dan Fisher",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Ervin Drake",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Diana Ross",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Ella Fitzgerald",
"mbid": "54799c0e-eb45-4eea-996d-c4d71a63c499",
"role": ""
},
{
"is_primary": true,
"name": "Billie Holiday",
"mbid": "d59c4cda-11d9-48db-8bfe-b557ee602aed",
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 311027,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 740140,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 5.99
}
],
"packages": null
},
{
"asset_id": 8010,
"format_short_name": "EGTB",
"format": null,
"page_count": 10,
"title": "All Within My Hands",
"description": null,
"song_number": 52865,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 52865,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26983",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8011,
"format_short_name": "EGTB",
"format": null,
"page_count": 5,
"title": "Dirty Window",
"description": null,
"song_number": 54174,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54174,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26984",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8012,
"format_short_name": "EGTB",
"format": null,
"page_count": 7,
"title": "Frantic",
"description": null,
"song_number": 54175,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54175,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26985",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8013,
"format_short_name": "EGTB",
"format": null,
"page_count": 6,
"title": "Invisible Kid",
"description": null,
"song_number": 54176,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54176,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26986",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8014,
"format_short_name": "EGTB",
"format": null,
"page_count": 7,
"title": "My World",
"description": null,
"song_number": 54177,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54177,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26987",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8015,
"format_short_name": "EGTB",
"format": null,
"page_count": 4,
"title": "Purify",
"description": null,
"song_number": 54178,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54178,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26988",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8016,
"format_short_name": "EGTB",
"format": null,
"page_count": 9,
"title": "Shoot Me Again",
"description": null,
"song_number": 54179,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54179,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26989",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8017,
"format_short_name": "EGTB",
"format": null,
"page_count": 7,
"title": "Some Kind Of Monster",
"description": null,
"song_number": 54180,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54180,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26990",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8018,
"format_short_name": "EGTB",
"format": null,
"page_count": 6,
"title": "St. Anger",
"description": null,
"song_number": 54181,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54181,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26991",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8019,
"format_short_name": "EGTB",
"format": null,
"page_count": 7,
"title": "Sweet Amber",
"description": null,
"song_number": 54182,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54182,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26992",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8020,
"format_short_name": "EGTB",
"format": null,
"page_count": 8,
"title": "The Unnamed Feeling",
"description": null,
"song_number": 54183,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 54183,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 4.99,
"smd_id": "26993",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Kirk Hammett",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "Lars Ulrich",
"mbid": null,
"role": ""
},
{
"is_primary": false,
"name": "James Hetfield",
"mbid": null,
"role": ""
},
{
"is_primary": true,
"name": "Metallica",
"mbid": null,
"role": ""
}
],
"keywords": null,
"related_goods": [
{
"related_product_id": 2500641,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 4.99
}
],
"packages": null
},
{
"asset_id": 8021,
"format_short_name": "PVG",
"format": null,
"page_count": 5,
"title": "Will You Love Me Tomorrow (Will You Still Love Me Tomorrow)",
"description": null,
"song_number": 940900,
"public_domain": false,
"external_ref": "HL",
"external_ref_id": 940900,
"voicing": null,
"performance_time": 0,
"difficulty_level_low": 0,
"difficulty_level_high": 0,
"min_qty": 1,
"tempo": null,
"world": true,
"retail_price": 5.99,
"smd_id": "26994",
"asset_type": "SCORCH",
"explicit": false,
"partable": false,
"countries": null,
"instruments": null,
"categories": null,
"images": null,
"contributors": [
{
"is_primary": false,
"name": "Carole King",
"mbid": "bf6c29f5-b69f-4842-9031-37f9645d365d",
"role": ""
},
{
"is_primary": false,
"name": "Gerry Goffin",
"mbid": "d5709a02-30e0-4967-92ba-e584d8c21c72",
"role": ""
},
{
"is_primary": false,
"name": "Carole King",
"mbid": "bf6c29f5-b69f-4842-9031-37f9645d365d",
"role": ""
},
{
"is_primary": true,
"name": "The Shirelles",
"mbid": null,
"role": ""
}
],
"keywords": [
"THE-VOICE-SEASON-14-SHEET-MUSIC"
],
"related_goods": [
{
"related_product_id": 121392,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 123827,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 129024,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311027,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
},
{
"related_product_id": 311190,
"group_type_id": 1,
"sheet": false,
"featured": false,
"prime_src": false,
"good_type": "H"
}
],
"renderings": [
{
"type": "pdf",
"usage": null
},
{
"type": "embed",
"usage": null
},
{
"type": "musicxml",
"usage": null
}
],
"series": null,
"skills": null,
"usergens": null,
"prices": [
{
"type_id": 1,
"type_usage": "full",
"price": 5.99
}
],
"packages": null
}
],
"last_id": 8021,
"next_page": "\/assets\/list?page_size=20&last_id=8021"
}{
"assets": [],
"last_id": null,
"next_page": null
}Save or process the returned assets according to your use case.
Step 4. Request the next page
To retrieve the next batch, repeat the request using the last_id
value from the previous response.
Continue requesting pages until no more assets are returned.
Environment information
Each response includes an X-Environment header indicating whether the request
was processed in the LIVE or SANDBOX environment.
Error handling
401— missing or invalid access token404— requested resource not found500— internal server error
For production usage, it is recommended to implement retry logic for transient errors
and to store the last processed last_id to allow safe resumption.
Best practices
- Use cursor-based pagination instead of page numbers
- Persist assets incrementally rather than loading the full catalog into memory
- Store the last processed
last_idto resume downloads safely