egdata API
API ReferenceItems

List catalog items

Returns paginated Epic catalog items sorted by last modification date.

GET
/items

Returns paginated Epic catalog items sorted by last modification date.

Query Parameters

page?integer

One-based page number.

Default1
Range1 <= value
limit?integer

Maximum number of records to return. Most list endpoints cap this server-side.

Range1 <= value

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/items"
{  "elements": [    {      "id": "string",      "namespace": "string",      "title": "string",      "keyImages": [        {          "type": "string",          "url": "http://example.com",          "width": 0,          "height": 0        }      ],      "releaseInfo": [        {}      ]    }  ],  "page": 0,  "limit": 0,  "total": 0}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}
{  "message": "string",  "error": "string"}