{
"_links": {
"self": { "href": "https://shopping-api.paylogic.com/events?page=2" },
"curies": [
{ "name": "shop", "href": "https://shopping-api-docs.paylogic.com/documentation/{rel}.html", "templated": true, "type": "text/html" },
],
"profile": { "href": "https://shopping-api-docs.paylogic.com/documentation/events.html", "type": "text/html" },
"search": { "href": "https://shopping-api.paylogic.com/events{?merchant_name,title,subtitle,sale_start,sale_end,event_start,event_end,location.name,location.postal_code,location.city,location.country,genre,artist}", "templated": true },
"first": { "href": "https://shopping-api.paylogic.com/events" },
"prev": { "href": "https://shopping-api.paylogic.com/events?page=1" },
"next": { "href": "https://shopping-api.paylogic.com/events?page=3" },
"last": { "href": "https://shopping-api.paylogic.com/events?page=5" }
},
"item_count": 83,
"_embedded": {
"shop:event": [
// ...
]
}
}