Library Service - Items

GET https://library-service.live.use1a.on.epicgames.com/library/api/public/items?includeMetadata=true

Request Params

KeyDatatypeRequiredDescription
includeMetadataboolean(bool), if metadata (for next request) should be inside the response body
cursorstringFrom the metadata from last request, or build your own: base64 encoded json like {"offset":10} (Will skip the first 10 Records)
excludeNsnullAllow to optionally exclude Records from a certain Namespace (can be used multiple times)
limitnumberSet the Limit of maximum returned records
platformstringOnly List Records available on the requested platform, e.g. Windows, Android etc. (Same as Launcher Service)