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 is 20.

Step 3. Process the response

A successful response contains:

  • assets — a list of digital assets with full metadata
  • last_id — the ID of the last asset in the current page
  • next_page — a URL pointing to the next page (for reference)
{
    "assets": [
        {
            "asset_id": 1000001,
            "format_short_name": "PVG",
            "format": "Piano\/Vocal\/Guitar",
            "page_count": 4,
            "title": "Sample SCORCH #1000001",
            "description": null,
            "song_number": 1000001,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000001,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Piano\/Keyboard"
                },
                {
                    "type": "I",
                    "name": "Voice"
                }
            ],
            "categories": [
                "Children",
                "Disney",
                "Film\/TV",
                "Love"
            ],
            "images": [
                {
                    "name": "Web Small Cover",
                    "url": "https:\/\/cdn.example.com\/web-small-cover.jpg"
                },
                {
                    "name": "Web Medium Cover",
                    "url": "https:\/\/cdn.example.com\/web-medium-cover.jpg"
                }
            ],
            "contributors": null,
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000001,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": [
                {
                    "type": "embed",
                    "usage": "full"
                },
                {
                    "type": "musicxml",
                    "usage": "preview"
                },
                {
                    "type": "musicxml",
                    "usage": "full"
                },
                {
                    "type": "pdf",
                    "usage": "full"
                },
                {
                    "type": "scorch",
                    "usage": "full"
                }
            ],
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 5.99
                }
            ],
            "packages": null
        },
        {
            "asset_id": 1000002,
            "format_short_name": "JZBAND",
            "format": "Jazz Ensemble",
            "page_count": 14,
            "title": "Sample PART #1000002",
            "description": null,
            "song_number": 1000002,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000002,
            "voicing": null,
            "performance_time": 0,
            "difficulty_level_low": 3,
            "difficulty_level_high": 4,
            "min_qty": 1,
            "tempo": null,
            "world": true,
            "retail_price": 6,
            "smd_id": null,
            "asset_type": "PART",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": [
                "Funk",
                "Jazz",
                "Soul"
            ],
            "images": [
                {
                    "name": "Web Small Cover",
                    "url": "https:\/\/cdn.example.com\/web-small-cover.jpg"
                },
                {
                    "name": "Web Medium Cover",
                    "url": "https:\/\/cdn.example.com\/web-medium-cover.jpg"
                }
            ],
            "contributors": null,
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000002,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": [
                {
                    "type": "pdf",
                    "usage": "full"
                }
            ],
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 6
                }
            ],
            "packages": null
        },
        {
            "asset_id": 1000003,
            "format_short_name": "ePak",
            "format": "Choral Instrumental Pak",
            "page_count": null,
            "title": "Sample ENSEMBLE #1000003",
            "description": "Sample description text for API documentation.",
            "song_number": null,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000003,
            "voicing": null,
            "performance_time": 290,
            "difficulty_level_low": 0,
            "difficulty_level_high": 0,
            "min_qty": 1,
            "tempo": null,
            "world": true,
            "retail_price": 75,
            "smd_id": null,
            "asset_type": "ENSEMBLE",
            "explicit": false,
            "partable": true,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Choral"
                }
            ],
            "categories": [
                "Christmas",
                "Concert",
                "Sacred"
            ],
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "WRITER"
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "ARRANGER"
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000003,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": null,
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 75
                }
            ],
            "packages": [
                {
                    "asset_id": 1000004,
                    "instrumentation_part_code": "A3",
                    "instrumentation_part_name": "Full Score",
                    "count": 1,
                    "sequence": 1,
                    "score": true
                },
                {
                    "asset_id": 1000005,
                    "instrumentation_part_code": "D42",
                    "instrumentation_part_name": "Flute 1 & 2",
                    "count": 2,
                    "sequence": 2,
                    "score": false
                },
                {
                    "asset_id": 1000006,
                    "instrumentation_part_code": "E10",
                    "instrumentation_part_name": "Oboe",
                    "count": 1,
                    "sequence": 3,
                    "score": false
                },
                {
                    "asset_id": 1000007,
                    "instrumentation_part_code": "H97",
                    "instrumentation_part_name": "Bb Clarinet 1 & 2",
                    "count": 2,
                    "sequence": 4,
                    "score": false
                },
                {
                    "asset_id": 1000008,
                    "instrumentation_part_code": "P25",
                    "instrumentation_part_name": "Bb Trumpet 1",
                    "count": 1,
                    "sequence": 5,
                    "score": false
                },
                {
                    "asset_id": 1000009,
                    "instrumentation_part_code": "P47",
                    "instrumentation_part_name": "Bb Trumpet 2,3",
                    "count": 2,
                    "sequence": 6,
                    "score": false
                }
            ]
        },
        {
            "asset_id": 1000010,
            "format_short_name": "PVGACC",
            "format": "Piano\/Vocal\/Guitar (Piano Accompaniment)",
            "page_count": null,
            "title": "Sample FOLIO #1000010",
            "description": "Sample description text for API documentation.",
            "song_number": null,
            "public_domain": false,
            "external_ref": "MS",
            "external_ref_id": 1000010,
            "voicing": null,
            "performance_time": 0,
            "difficulty_level_low": 0,
            "difficulty_level_high": 0,
            "min_qty": 1,
            "tempo": null,
            "world": true,
            "retail_price": 9.99,
            "smd_id": null,
            "asset_type": "FOLIO",
            "explicit": false,
            "partable": true,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Piano\/Keyboard"
                },
                {
                    "type": "I",
                    "name": "Voice"
                }
            ],
            "categories": [
                "Alternative",
                "Pop"
            ],
            "images": null,
            "contributors": null,
            "keywords": null,
            "related_goods": null,
            "renderings": null,
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 9.99
                }
            ],
            "packages": [
                {
                    "asset_id": 1000011,
                    "instrumentation_part_code": "FP0",
                    "instrumentation_part_name": "Folio Part",
                    "count": 1,
                    "sequence": 5,
                    "score": false
                },
                {
                    "asset_id": 1000012,
                    "instrumentation_part_code": "FP0",
                    "instrumentation_part_name": "Folio Part",
                    "count": 1,
                    "sequence": 1,
                    "score": false
                },
                {
                    "asset_id": 1000013,
                    "instrumentation_part_code": "FP0",
                    "instrumentation_part_name": "Folio Part",
                    "count": 1,
                    "sequence": 3,
                    "score": false
                },
                {
                    "asset_id": 1000014,
                    "instrumentation_part_code": "FP0",
                    "instrumentation_part_name": "Folio Part",
                    "count": 1,
                    "sequence": 4,
                    "score": false
                },
                {
                    "asset_id": 1000015,
                    "instrumentation_part_code": "FP0",
                    "instrumentation_part_name": "Folio Part",
                    "count": 1,
                    "sequence": 2,
                    "score": false
                }
            ]
        },
        {
            "asset_id": 1000016,
            "format_short_name": "Piano",
            "format": "Piano Solo",
            "page_count": null,
            "title": "Sample USERGEN #1000016",
            "description": "Sample description text for API documentation.",
            "song_number": 1000016,
            "public_domain": false,
            "external_ref": "AME",
            "external_ref_id": 1000016,
            "voicing": null,
            "performance_time": 204,
            "difficulty_level_low": 1,
            "difficulty_level_high": 1,
            "min_qty": 1,
            "tempo": 0,
            "world": true,
            "retail_price": 6.95,
            "smd_id": null,
            "asset_type": "USERGEN",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Piano"
                }
            ],
            "categories": [
                "Pop",
                "World",
                "Contemporary",
                "Multicultural"
            ],
            "images": [
                {
                    "name": "Web Small Cover",
                    "url": "https:\/\/cdn.example.com\/web-small-cover.jpg"
                },
                {
                    "name": "Web Medium Cover",
                    "url": "https:\/\/cdn.example.com\/web-medium-cover.jpg"
                }
            ],
            "contributors": null,
            "keywords": null,
            "related_goods": null,
            "renderings": [
                {
                    "type": "audio",
                    "usage": "full"
                },
                {
                    "type": "audio",
                    "usage": "preview"
                },
                {
                    "type": "pdf",
                    "usage": "full"
                }
            ],
            "series": null,
            "skills": null,
            "usergens": [
                {
                    "black_box": false,
                    "arrangeable": false,
                    "vendor_product_type": "usergen_arrangement_of_copyright",
                    "seller_id": 90001,
                    "authorized_performers": 0,
                    "content_provider": "Sample Provider",
                    "adaptation_product_id": null,
                    "adaptation_vendor": null,
                    "vendor_song_id": null,
                    "commission_override_rate": null,
                    "publisher_name": null,
                    "medley_assets": []
                }
            ],
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 6.95
                }
            ],
            "packages": null
        },
        {
            "asset_id": 1000018,
            "format_short_name": "Choral",
            "format": "Choral",
            "page_count": null,
            "title": "Sample AUDIO #1000018",
            "description": null,
            "song_number": 1000018,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000018,
            "voicing": "Alto Dominant",
            "performance_time": 205,
            "difficulty_level_low": 0,
            "difficulty_level_high": 0,
            "min_qty": 1,
            "tempo": null,
            "world": false,
            "retail_price": 4.99,
            "smd_id": null,
            "asset_type": "AUDIO",
            "explicit": false,
            "partable": false,
            "countries": [
                "AD",
                "AL",
                "AT",
                "BA",
                "BE",
                "BG",
                "BN",
                "BY",
                "CA",
                "CH",
                "CN",
                "CZ",
                "DE",
                "DK",
                "EE",
                "ES",
                "FR",
                "GB",
                "GI",
                "GR",
                "HK",
                "HR",
                "HU",
                "ID",
                "IE",
                "IT",
                "KH",
                "KR",
                "LA",
                "LI",
                "LT",
                "LU",
                "LV",
                "MC",
                "MD",
                "MK",
                "MM",
                "MT",
                "MY",
                "NL",
                "PH",
                "PL",
                "PT",
                "RO",
                "RS",
                "RU",
                "SG",
                "SK",
                "SM",
                "TH",
                "TR",
                "TW",
                "UA",
                "US",
                "VA",
                "VN"
            ],
            "instruments": null,
            "categories": [
                "Children",
                "Inspirational",
                "Pop"
            ],
            "images": null,
            "contributors": null,
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000004,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": null,
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 4.99
                }
            ],
            "packages": null
        }
    ],
    "last_id": 1000019,
    "next_page": null
}
{
    "assets": [
        {
            "asset_id": 1000020,
            "format_short_name": "PVG",
            "format": null,
            "page_count": 4,
            "title": "Sample SCORCH #1000020",
            "description": null,
            "song_number": 1000020,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000020,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "0226E802-58D9-4E2E-9B02-F46711BCBF93",
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000006,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000007,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000008,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000009,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000010,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000011,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000012,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000013,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000014,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000015,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000016,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000017,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000018,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000019,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000020,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000021,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000022,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000023,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000024,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000025,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000026,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000027,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000028,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000029,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000030,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000031,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000032,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000033,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000034,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000035,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000036,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000037,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000038,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000039,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000040,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000041,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000042,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000043,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000044,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000045,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000046,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000047,
                    "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": 1000021,
            "format_short_name": "PVG",
            "format": null,
            "page_count": 4,
            "title": "Sample SCORCH #1000021",
            "description": null,
            "song_number": 1000021,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000021,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "da7bb7d8-557d-4635-9ca1-e6e985525bd5",
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "7241e3ed-5ad4-4849-94df-6858ea833472",
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": "da7bb7d8-557d-4635-9ca1-e6e985525bd5",
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000006,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000048,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000049,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000009,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000050,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000051,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000052,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000053,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000054,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000055,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000021,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000056,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000057,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000032,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000035,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000038,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000058,
                    "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": 1000022,
            "format_short_name": "PVG",
            "format": null,
            "page_count": 8,
            "title": "Sample SCORCH #1000022",
            "description": null,
            "song_number": 1000022,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000022,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "817c68f4-e110-4529-82fa-aec902e9768f",
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000009,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000059,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000029,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000032,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000038,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000060,
                    "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": 1000023,
            "format_short_name": "PVG",
            "format": null,
            "page_count": 4,
            "title": "Sample SCORCH #1000023",
            "description": null,
            "song_number": 1000023,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000023,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "817c68f4-e110-4529-82fa-aec902e9768f",
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000007,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000049,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000009,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000061,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000050,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000062,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000010,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000063,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000064,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000065,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000066,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000059,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000067,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000068,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000069,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000021,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000024,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000070,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000071,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000027,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000072,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000073,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000029,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000056,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000074,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000032,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000075,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000076,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000077,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000039,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000040,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000078,
                    "group_type_id": 1,
                    "sheet": true,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000079,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000047,
                    "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": 1000024,
            "format_short_name": "EPF",
            "format": null,
            "page_count": 4,
            "title": "Sample SCORCH #1000024",
            "description": null,
            "song_number": 1000024,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000024,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000080,
                    "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": 1000025,
            "format_short_name": "PVG",
            "format": null,
            "page_count": 4,
            "title": "Sample SCORCH #1000025",
            "description": null,
            "song_number": 1000025,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000025,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "9092d8e1-9b38-4372-a96d-000b8561a8bc",
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": "847e8a0c-cc20-4213-9e16-975515c2a926",
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000081,
                    "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": 1000026,
            "format_short_name": "PVG",
            "format": null,
            "page_count": 6,
            "title": "Sample SCORCH #1000026",
            "description": null,
            "song_number": 1000026,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000026,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "9a0d0b2d-a727-44a6-a172-53766f186834",
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": "b83bc61f-8451-4a5d-8b8e-7e9ed295e822",
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000012,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000014,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000082,
                    "group_type_id": 1,
                    "sheet": true,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000042,
                    "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": 1000027,
            "format_short_name": "PV",
            "format": null,
            "page_count": 4,
            "title": "Sample SCORCH #1000027",
            "description": null,
            "song_number": 1000027,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000027,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "54799c0e-eb45-4eea-996d-c4d71a63c499",
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": "d59c4cda-11d9-48db-8bfe-b557ee602aed",
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000083,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000084,
                    "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": 1000028,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 10,
            "title": "Sample SCORCH #1000028",
            "description": null,
            "song_number": 1000028,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000028,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000029,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 5,
            "title": "Sample SCORCH #1000029",
            "description": null,
            "song_number": 1000029,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000029,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000030,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 7,
            "title": "Sample SCORCH #1000030",
            "description": null,
            "song_number": 1000030,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000030,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000031,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 6,
            "title": "Sample SCORCH #1000031",
            "description": null,
            "song_number": 1000031,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000031,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000032,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 7,
            "title": "Sample SCORCH #1000032",
            "description": null,
            "song_number": 1000032,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000032,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000033,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 4,
            "title": "Sample SCORCH #1000033",
            "description": null,
            "song_number": 1000033,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000033,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000034,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 9,
            "title": "Sample SCORCH #1000034",
            "description": null,
            "song_number": 1000034,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000034,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000035,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 7,
            "title": "Sample SCORCH #1000035",
            "description": null,
            "song_number": 1000035,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000035,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000036,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 6,
            "title": "Sample SCORCH #1000036",
            "description": null,
            "song_number": 1000036,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000036,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000037,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 7,
            "title": "Sample SCORCH #1000037",
            "description": null,
            "song_number": 1000037,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000037,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000038,
            "format_short_name": "EGTB",
            "format": null,
            "page_count": 8,
            "title": "Sample SCORCH #1000038",
            "description": null,
            "song_number": 1000038,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000038,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000085,
                    "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": 1000039,
            "format_short_name": "PVG",
            "format": null,
            "page_count": 5,
            "title": "Sample SCORCH #1000039",
            "description": null,
            "song_number": 1000039,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000039,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": null,
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "bf6c29f5-b69f-4842-9031-37f9645d365d",
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "d5709a02-30e0-4967-92ba-e584d8c21c72",
                    "role": ""
                },
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": "bf6c29f5-b69f-4842-9031-37f9645d365d",
                    "role": ""
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": ""
                }
            ],
            "keywords": [
                "THE-VOICE-SEASON-14-SHEET-MUSIC"
            ],
            "related_goods": [
                {
                    "related_product_id": 2000086,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000087,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000088,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000083,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                },
                {
                    "related_product_id": 2000089,
                    "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
}
{
    "assets": [
        {
            "asset_id": 1000001,
            "format_short_name": "PVG",
            "format": "Piano\/Vocal\/Guitar",
            "page_count": 4,
            "title": "Sample SCORCH #1000001",
            "description": null,
            "song_number": 1000001,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000001,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Piano\/Keyboard"
                },
                {
                    "type": "I",
                    "name": "Voice"
                }
            ],
            "categories": [
                "Children",
                "Disney",
                "Film\/TV",
                "Love"
            ],
            "images": [
                {
                    "name": "Web Small Cover",
                    "url": "https:\/\/cdn.example.com\/web-small-cover.jpg"
                },
                {
                    "name": "Web Medium Cover",
                    "url": "https:\/\/cdn.example.com\/web-medium-cover.jpg"
                }
            ],
            "contributors": null,
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000001,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": [
                {
                    "type": "embed",
                    "usage": "full"
                },
                {
                    "type": "musicxml",
                    "usage": "preview"
                },
                {
                    "type": "musicxml",
                    "usage": "full"
                },
                {
                    "type": "pdf",
                    "usage": "full"
                },
                {
                    "type": "scorch",
                    "usage": "full"
                }
            ],
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 5.99
                }
            ],
            "packages": null
        }
    ],
    "last_id": 1000001,
    "next_page": null
}
{
    "assets": [
        {
            "asset_id": 1000002,
            "format_short_name": "JZBAND",
            "format": "Jazz Ensemble",
            "page_count": 14,
            "title": "Sample PART #1000002",
            "description": null,
            "song_number": 1000002,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000002,
            "voicing": null,
            "performance_time": 0,
            "difficulty_level_low": 3,
            "difficulty_level_high": 4,
            "min_qty": 1,
            "tempo": null,
            "world": true,
            "retail_price": 6,
            "smd_id": null,
            "asset_type": "PART",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": [
                "Funk",
                "Jazz",
                "Soul"
            ],
            "images": [
                {
                    "name": "Web Small Cover",
                    "url": "https:\/\/cdn.example.com\/web-small-cover.jpg"
                },
                {
                    "name": "Web Medium Cover",
                    "url": "https:\/\/cdn.example.com\/web-medium-cover.jpg"
                }
            ],
            "contributors": null,
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000002,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": [
                {
                    "type": "pdf",
                    "usage": "full"
                }
            ],
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 6
                }
            ],
            "packages": null
        }
    ],
    "last_id": 1000002,
    "next_page": null
}
{
    "assets": [
        {
            "asset_id": 1000004,
            "format_short_name": "ePak",
            "format": "Choral Instrumental Pak",
            "page_count": 31,
            "title": "Sample PART #1000004",
            "description": null,
            "song_number": 1000004,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000004,
            "voicing": null,
            "performance_time": 290,
            "difficulty_level_low": 0,
            "difficulty_level_high": 0,
            "min_qty": 1,
            "tempo": null,
            "world": true,
            "retail_price": 7,
            "smd_id": null,
            "asset_type": "PART",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Choral"
                }
            ],
            "categories": [
                "Christmas",
                "Concert",
                "Sacred"
            ],
            "images": [
                {
                    "name": "Web Small Cover",
                    "url": "https:\/\/cdn.example.com\/web-small-cover.jpg"
                },
                {
                    "name": "Web Medium Cover",
                    "url": "https:\/\/cdn.example.com\/web-medium-cover.jpg"
                }
            ],
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "WRITER"
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "ARRANGER"
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000003,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": [
                {
                    "type": "pdf",
                    "usage": "full"
                }
            ],
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 7
                }
            ],
            "packages": null
        },
        {
            "asset_id": 1000005,
            "format_short_name": "ePak",
            "format": "Choral Instrumental Pak",
            "page_count": 4,
            "title": "Sample PART #1000005",
            "description": null,
            "song_number": 1000005,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000005,
            "voicing": null,
            "performance_time": 290,
            "difficulty_level_low": 0,
            "difficulty_level_high": 0,
            "min_qty": 1,
            "tempo": null,
            "world": true,
            "retail_price": 7,
            "smd_id": null,
            "asset_type": "PART",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": null,
            "categories": [
                "Christmas",
                "Concert",
                "Sacred"
            ],
            "images": [
                {
                    "name": "Web Small Cover",
                    "url": "https:\/\/cdn.example.com\/web-small-cover.jpg"
                },
                {
                    "name": "Web Medium Cover",
                    "url": "https:\/\/cdn.example.com\/web-medium-cover.jpg"
                }
            ],
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "WRITER"
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "ARRANGER"
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000003,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": [
                {
                    "type": "pdf",
                    "usage": "full"
                }
            ],
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 7
                }
            ],
            "packages": null
        },
        {
            "asset_id": 1000003,
            "format_short_name": "ePak",
            "format": "Choral Instrumental Pak",
            "page_count": null,
            "title": "Sample ENSEMBLE #1000003",
            "description": "Sample description text for API documentation.",
            "song_number": null,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000003,
            "voicing": null,
            "performance_time": 290,
            "difficulty_level_low": 0,
            "difficulty_level_high": 0,
            "min_qty": 1,
            "tempo": null,
            "world": true,
            "retail_price": 75,
            "smd_id": null,
            "asset_type": "ENSEMBLE",
            "explicit": false,
            "partable": true,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Choral"
                }
            ],
            "categories": [
                "Christmas",
                "Concert",
                "Sacred"
            ],
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "WRITER"
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "ARRANGER"
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000003,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": null,
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 75
                }
            ],
            "packages": [
                {
                    "asset_id": 1000004,
                    "instrumentation_part_code": "A3",
                    "instrumentation_part_name": "Full Score",
                    "count": 1,
                    "sequence": 1,
                    "score": true
                },
                {
                    "asset_id": 1000005,
                    "instrumentation_part_code": "D42",
                    "instrumentation_part_name": "Flute 1 & 2",
                    "count": 2,
                    "sequence": 2,
                    "score": false
                },
                {
                    "asset_id": 1000006,
                    "instrumentation_part_code": "E10",
                    "instrumentation_part_name": "Oboe",
                    "count": 1,
                    "sequence": 3,
                    "score": false
                },
                {
                    "asset_id": 1000007,
                    "instrumentation_part_code": "H97",
                    "instrumentation_part_name": "Bb Clarinet 1 & 2",
                    "count": 2,
                    "sequence": 4,
                    "score": false
                },
                {
                    "asset_id": 1000008,
                    "instrumentation_part_code": "P25",
                    "instrumentation_part_name": "Bb Trumpet 1",
                    "count": 1,
                    "sequence": 5,
                    "score": false
                },
                {
                    "asset_id": 1000009,
                    "instrumentation_part_code": "P47",
                    "instrumentation_part_name": "Bb Trumpet 2,3",
                    "count": 2,
                    "sequence": 6,
                    "score": false
                }
            ]
        }
    ],
    "last_id": 1000003,
    "next_page": null
}
{
    "assets": [
        {
            "asset_id": 1000001,
            "format_short_name": "PVG",
            "format": "Piano\/Vocal\/Guitar",
            "page_count": 4,
            "title": "Sample SCORCH #1000001",
            "description": null,
            "song_number": 1000001,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000001,
            "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": null,
            "asset_type": "SCORCH",
            "explicit": false,
            "partable": false,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Piano\/Keyboard"
                },
                {
                    "type": "I",
                    "name": "Voice"
                }
            ],
            "categories": [
                "Children",
                "Disney",
                "Film\/TV",
                "Love"
            ],
            "images": [
                {
                    "name": "Web Small Cover",
                    "url": "https:\/\/cdn.example.com\/web-small-cover.jpg"
                },
                {
                    "name": "Web Medium Cover",
                    "url": "https:\/\/cdn.example.com\/web-medium-cover.jpg"
                }
            ],
            "contributors": null,
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000001,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": [
                {
                    "type": "embed",
                    "usage": "full"
                },
                {
                    "type": "musicxml",
                    "usage": "preview"
                },
                {
                    "type": "musicxml",
                    "usage": "full"
                },
                {
                    "type": "pdf",
                    "usage": "full"
                },
                {
                    "type": "scorch",
                    "usage": "full"
                }
            ],
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 5.99
                }
            ],
            "packages": null
        },
        {
            "asset_id": 1000003,
            "format_short_name": "ePak",
            "format": "Choral Instrumental Pak",
            "page_count": null,
            "title": "Sample ENSEMBLE #1000003",
            "description": "Sample description text for API documentation.",
            "song_number": null,
            "public_domain": false,
            "external_ref": "HL",
            "external_ref_id": 1000003,
            "voicing": null,
            "performance_time": 290,
            "difficulty_level_low": 0,
            "difficulty_level_high": 0,
            "min_qty": 1,
            "tempo": null,
            "world": true,
            "retail_price": 75,
            "smd_id": null,
            "asset_type": "ENSEMBLE",
            "explicit": false,
            "partable": true,
            "countries": null,
            "instruments": [
                {
                    "type": "I",
                    "name": "Choral"
                }
            ],
            "categories": [
                "Christmas",
                "Concert",
                "Sacred"
            ],
            "images": null,
            "contributors": [
                {
                    "is_primary": false,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "WRITER"
                },
                {
                    "is_primary": true,
                    "name": "Sample Contributor",
                    "mbid": null,
                    "role": "ARRANGER"
                }
            ],
            "keywords": null,
            "related_goods": [
                {
                    "related_product_id": 2000003,
                    "group_type_id": 1,
                    "sheet": false,
                    "featured": false,
                    "prime_src": false,
                    "good_type": "H"
                }
            ],
            "renderings": null,
            "series": null,
            "skills": null,
            "usergens": null,
            "prices": [
                {
                    "type_id": 1,
                    "type_usage": "full",
                    "price": 75
                }
            ],
            "packages": [
                {
                    "asset_id": 1000004,
                    "instrumentation_part_code": "A3",
                    "instrumentation_part_name": "Full Score",
                    "count": 1,
                    "sequence": 1,
                    "score": true
                },
                {
                    "asset_id": 1000005,
                    "instrumentation_part_code": "D42",
                    "instrumentation_part_name": "Flute 1 & 2",
                    "count": 2,
                    "sequence": 2,
                    "score": false
                },
                {
                    "asset_id": 1000006,
                    "instrumentation_part_code": "E10",
                    "instrumentation_part_name": "Oboe",
                    "count": 1,
                    "sequence": 3,
                    "score": false
                },
                {
                    "asset_id": 1000007,
                    "instrumentation_part_code": "H97",
                    "instrumentation_part_name": "Bb Clarinet 1 & 2",
                    "count": 2,
                    "sequence": 4,
                    "score": false
                },
                {
                    "asset_id": 1000008,
                    "instrumentation_part_code": "P25",
                    "instrumentation_part_name": "Bb Trumpet 1",
                    "count": 1,
                    "sequence": 5,
                    "score": false
                },
                {
                    "asset_id": 1000009,
                    "instrumentation_part_code": "P47",
                    "instrumentation_part_name": "Bb Trumpet 2,3",
                    "count": 2,
                    "sequence": 6,
                    "score": false
                }
            ]
        }
    ],
    "last_id": 1000003,
    "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

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