Skip to Content

Query a collection

If you want to fetch a collection of tags of a givin type you can use the tags collection endpoint.

GET /tags
{ "items": [ { "id": "87b8f24e-bdba-4712-9ad1-909d2ea6bd76", "created_on": "2018-02-16T15:37:12+00:00", "changed_on": null, "label": "Tag", "name": "Martin Garrix", "slug": "martin-garrix", "color": null } ], "total": 1, "after": "YWZ0ZXJfMQ==", "before": "YmVmb3JlXzA=", "skip": 0, "limit": 100 }

Arguments

The following arguments are available or required when querying a collection:

argumenttyperequireddescription
qStringfalseSearch by name.
sortStringfalsecreated_on, changed_on, name
slugStringfalse
Last updated on