Updated Jul 14, 2026
On this page

API Conventions

Timestamps

All timestamps are ISO-8601 UTC: 2026-07-14T12:34:56Z. updated_since filter accepts any valid ISO-8601 datetime with timezone.

Null semantics

A null value means not yet available, not "not applicable". Fields absent from the response schema are not supported in the current version.

Glossary

Term Meaning
Provider A slot game studio (e.g. Pragmatic Play, NetEnt)
Slot An individual slot game title with metadata
Demand Aggregated search interest / keyword volume for a provider
Derivative Processed asset derived from a raw screenshot (e.g. thumbnail, icon)
Source A web source crawled to produce data

Versioned assets

Media assets (screenshots, icons) include a version field for cache-busting:

{
  "screenshot": {
    "url": "https://cdn.example.com/slots/thunder-1.webp",
    "key": "slots/thunder-1.webp",
    "version": "3a1f9c"
  }
}

Use url for display; re-fetch when version changes.

Pagination

All list endpoints are cursor-paginated (no OFFSET). Use next / previous URLs from the response envelope.