← Back to the arcade

Developers

A free, read-only API for the QueerCade catalog, version 1.0.0. No key or sign-in needed. It only returns games and collections that are public on this site — editorial notes, review data and member information are never included.

Endpoints

Base URL: https://queercade.mikedemo.dev/api/public/v1

GET /games

Search by title or LGBTQ+ character name. Filters: genre, platform, theme, year. Up to 48 per page.

Try it

GET /games/{slug}

One game with its full public details.

Try it

GET /collections

Every published collection.

Try it

GET /collections/{slug}

One collection and its games, in order.

Try it

GET /facets

The genre slugs, platform slugs and theme names the filters accept.

Try it

Paging, limits and errors

MCP server

AI tools can connect straight to the catalog over the Model Context Protocol. Send JSON-RPC 2.0 requests by POST to https://queercade.mikedemo.dev/api/public/mcp. It is read-only and needs no credentials.

For tools and AI agents

Please be gentle — no bulk scraping.