Discover/poki.com API
live

poki.com APIpoki.com

Access Poki.com's full game catalog via API. Retrieve game metadata, genres, developer info, platform compatibility, and category listings for thousands of free online games.

Endpoints
4
Updated
4mo ago
Try it

No input parameters required.

api.parse.bot/scraper/9df606a3-1657-4caa-9af2-36bd000f24cb/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/9df606a3-1657-4caa-9af2-36bd000f24cb/list_games' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

List all game slugs available on Poki.com by parsing the sitemap. Returns the complete catalog of game identifiers.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "game_slugs": "array of game slug strings usable with get_game_details",
    "total_games": "integer total count of games"
  },
  "sample": {
    "data": {
      "game_slugs": [
        "find-it",
        "world-of-yarn",
        "zombit"
      ],
      "total_games": 1486
    },
    "status": "success"
  }
}

About the poki.com API

The Poki.com API exposes 4 endpoints covering the complete catalog of free online games hosted on Poki, returning fields like title, developer, genres, platform compatibility, and HTML-formatted descriptions. Starting with list_games gives you every game slug in the catalog, while get_game_details returns per-game metadata including device compatibility across desktop, tablet, and smartphone.

Game Catalog Access

The list_games endpoint returns the full set of game slugs from Poki's catalog along with a total_games count. These slugs serve as the primary identifier throughout the API — pass any slug to get_game_details to retrieve structured metadata for that game. The detail response includes id, slug, title, english_title, developer, description (HTML-formatted), image_url, and video_upload_date as an ISO 8601 string.

Genres and Platform Compatibility

get_game_details returns a genres array where each entry contains id, title, and slug fields — useful for grouping or filtering games on your end. The compatibility object provides three boolean fields — desktop, tablet, and smartphone — letting you filter the catalog by supported platform without additional requests.

Category Browsing

list_categories returns all available category slugs and a total_categories count. Pass any category slug to get_category_games along with an optional limit integer to retrieve a list of games in that category. Each entry in the games array includes id, slug, title, developer, and a mobile field. The category display name and total_games count are also returned at the top level of the response.

Data Shape Notes

Game descriptions come back as HTML strings, so you may need to strip tags depending on your rendering context. The image_url field can be null for some entries. Slugs are stable identifiers across endpoints — a slug from list_games or get_category_games will resolve correctly in get_game_details.

Common use cases
  • Build a game discovery app filtered by platform using the compatibility.smartphone or compatibility.desktop boolean fields
  • Populate a game database with developer attribution by extracting the developer field from get_game_details
  • Create a genre-based recommendation interface using the genres array returned per game
  • Index the full Poki catalog for search by iterating list_games slugs and fetching metadata in bulk
  • Build a category browser that lists games by type using list_categories and get_category_games
  • Track catalog size over time using the total_games counter from list_games
  • Filter kid-friendly or casual games by cross-referencing genre slugs from get_game_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Poki have an official public developer API?+
Poki does not publish a public developer API or developer portal for third-party programmatic access to its game catalog.
What does get_category_games return compared to get_game_details?+
get_category_games returns a lighter object per game: id, slug, title, developer, and a mobile field. It does not include genres, description, compatibility details, or image_url. To get those fields, pass the slug to get_game_details individually.
Does the API return player counts, ratings, or review data for games?+
Not currently. The API covers metadata fields like title, developer, genres, platform compatibility, and descriptions, but does not expose player counts, star ratings, or user reviews. You can fork the API on Parse and revise it to add an endpoint targeting that data.
Can I search for games by title or keyword?+
The API does not include a search endpoint. Discovery is available through list_games (full slug catalog) and get_category_games (games within a category). You can fork the API on Parse and revise it to add a search endpoint.
How fresh is the game catalog data?+
The catalog reflects what is currently listed on Poki at the time of the request. New games added or removed from Poki will be reflected when you call list_games again, since it reads the live sitemap. There is no built-in change-detection or delta endpoint.
Page content last updated . Spec covers 4 endpoints from poki.com.
Related APIs in EntertainmentSee all →
playerok.com API
Search and browse in-game items, accounts, and gaming services on Playerok's gaming marketplace. Access detailed product listings, game categories, and featured items. Filter by game or category to retrieve available offerings.
poedb.tw API
Search and retrieve comprehensive Path of Exile game data including items, gems, leagues, and game mechanics like bleeding effects across both PoE 1 and PoE 2. Get detailed information about specific items and categories, or browse current league information to stay updated on the latest game content.
sporcle.com API
Access Sporcle quizzes by slug, keyword search, or category. Retrieve quiz titles, questions, multiple-choice answers, hints, user ratings, and average scores.
lexaloffle.com API
Browse and discover PICO-8 game cartridges from the Lexaloffle community, viewing detailed information about individual games and staying up-to-date with newly released carts. Access paginated listings to easily explore the full catalog of available games and their specifications.
opencritic.com API
Find and compare video game reviews and critic scores from industry experts, search games by title or filters, and browse detailed metadata including platforms, tags, and the latest releases. Get aggregated ratings and comprehensive review information to discover games and make informed purchasing decisions.
itch.io API
itch.io API
g2a.com API
Search for game keys and get real-time pricing, seller ratings, and detailed product information from G2A's marketplace. Browse available categories and find the best deals on digital game licenses from verified sellers.
gamestop.com API
Search GameStop's catalog for games and merchandise, browse products by category, view detailed product information including reviews, and discover what's available—all with seamless access that handles Cloudflare protection automatically.