Hi.
Requesting
https://api.music.apple.com/v1/catalog/ag/charts?chart=most-played&genre=15&limit=50&offset=206&types=albums
Gives following error.
{
"errors": [
{
"id": "NVCX563G726IXQBZ6GVUK4FJSI",
"title": "Invalid Parameter Value",
"detail": "offset must be less than 200",
"status": "400",
"code": "40005",
"source": { "parameter": "offset" }
}
]
}
Did not find in documentation
https://developer.apple.com/documentation/applemusicapi/get_catalog_charts
anything about 'offset' limitations.
Please advise.
Requesting
https://api.music.apple.com/v1/catalog/ag/charts?chart=most-played&genre=15&limit=50&offset=206&types=albums
Gives following error.
{
"errors": [
{
"id": "NVCX563G726IXQBZ6GVUK4FJSI",
"title": "Invalid Parameter Value",
"detail": "offset must be less than 200",
"status": "400",
"code": "40005",
"source": { "parameter": "offset" }
}
]
}
Did not find in documentation
https://developer.apple.com/documentation/applemusicapi/get_catalog_charts
anything about 'offset' limitations.
Please advise.