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
3mo 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 →
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.