cURL
curl --request GET \ --url https://api.elestrals.com/v1/series \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "sr-10", "name": "Organized Play", "sort_order": 123, "images": { "hero_url": "<string>", "icon_url": "<string>" }, "updated_at": "2023-11-07T05:31:56Z" } ], "pagination": { "next_cursor": "<string>", "has_more": true }, "meta": { "request_id": "req_0123456789abcdef", "cached": true, "attribution_required": true } }
Returns every series ordered by sort_order ascending. Only six series exist today; pagination fields are always next_cursor: null, has_more: false.
sort_order
next_cursor: null, has_more: false
API key supplied as Authorization: Bearer <key>. Keys are minted in the developer portal. Rejected in query strings. See the Authentication guide.
Authorization: Bearer <key>
List of series.
Show child attributes