egdata API
API ReferenceItems

Get an item by ID

Looks up an item by Mongo document ID or Epic item ID and expands custom attributes.

GET
/items/{id}

Looks up an item by Mongo document ID or Epic item ID and expands custom attributes.

Path Parameters

id*string

Epic item identifier.

Response Body

application/json

application/json

application/json

application/json

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