Discover/jetpunk.com API
live

jetpunk.com APIjetpunk.com

Access JetPunk quiz data via API. Search quizzes by keyword, browse by category tag, and retrieve full question/answer content for any quiz.

Endpoints
3
Updated
4mo ago
Try it
Page number for pagination
Search keyword (e.g. 'Capitals', 'Countries')
api.parse.bot/scraper/8393ef45-4706-4d61-9693-127af45c4246/<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/8393ef45-4706-4d61-9693-127af45c4246/search_quizzes?page=1&query=capitals' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for quizzes by keyword on JetPunk. Returns a paginated list of matching quizzes with their paths and take counts.

Input
ParamTypeDescription
pageintegerPage number for pagination
queryrequiredstringSearch keyword (e.g. 'Capitals', 'Countries')
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "query": "string, the search query echoed back",
    "quizzes": "array of objects with title, path, and takes",
    "has_next": "boolean, whether more pages exist"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "capitals",
      "quizzes": [
        {
          "path": "/quizzes/name-state-capitals",
          "takes": "1688350",
          "title": "U.S. State Capitals Quiz"
        },
        {
          "path": "/quizzes/european-capitals-quiz",
          "takes": "1584806",
          "title": "Europe Capitals Quiz"
        }
      ],
      "has_next": true
    },
    "status": "success"
  }
}

About the jetpunk.com API

The JetPunk API provides 3 endpoints for discovering and extracting trivia quiz data from JetPunk.com. Use search_quizzes to find quizzes by keyword and get back titles, URL paths, and take counts, or use get_quiz to retrieve a complete quiz including all question-answer pairs, column headers, categories, and description. The API covers thousands of quizzes across geography, history, science, and more.

Search and Browse Quizzes

The search_quizzes endpoint accepts a required query string (e.g. 'Capitals' or 'Countries') and an optional page integer for pagination. It returns a quizzes array where each object includes a title, a path (the quiz's URL slug), and a takes count indicating how many times that quiz has been completed. The has_next boolean tells you whether additional pages exist, making it straightforward to iterate through large result sets.

The get_quizzes_by_tag endpoint works similarly but filters by category. Pass a tag slug such as 'geography', 'history', or 'science', and receive a paginated list of quizzes under that tag. The normalized tag slug is echoed back in the response alongside the page and has_next fields. Both browse endpoints return the same quiz object shape, so you can feed the path field directly into the next endpoint.

Retrieving Full Quiz Content

Once you have a quiz path from either browse endpoint, pass it to get_quiz to retrieve complete quiz data. The response includes the quiz id, title, description, and a categories array listing all associated tags. The content field is an array of objects where each entry maps column header names to answer values — the headers array tells you what those column names are. For a capitals quiz, for example, headers might be ['Country', 'Capital'] and each content object maps those keys to the corresponding values. This structure supports both single-answer and multi-column quiz formats.

Coverage and Data Shape

Quiz take counts (takes) give a rough signal of popularity without requiring any additional calls. The path field returned in list endpoints is the canonical identifier for fetching quiz details — it matches the URL path on JetPunk.com. Categories returned in get_quiz responses are the same tag slugs accepted by get_quizzes_by_tag, so you can build category-aware workflows that chain all three endpoints.

Common use cases
  • Build a trivia app seeded with JetPunk geography or history quizzes and their full question/answer data
  • Index quiz titles and take counts to surface the most-played quizzes in a given category tag
  • Generate flashcard decks from the content array returned by get_quiz
  • Search for quizzes by keyword to power a quiz recommendation or search feature
  • Extract categories arrays from quizzes to analyze how topics are distributed across the JetPunk catalog
  • Pipe multi-column quiz content (via the headers and content fields) into a database for structured trivia storage
  • Compare take counts across quizzes in the same tag to rank quiz popularity by subject
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 JetPunk have an official developer API?+
No. JetPunk does not publish an official developer API or documented data access program. This Parse API is the structured way to access JetPunk quiz and question data programmatically.
What does `get_quiz` return beyond the questions and answers?+
It returns the quiz id, title, description, a categories array of associated tag slugs, a headers array naming the column labels, and a content array where each object maps those header names to their corresponding values. This covers all the structured data visible on a quiz page.
Does the API return user scores, leaderboards, or per-user quiz history?+
Not currently. The API covers quiz metadata, category tags, take counts, and full question/answer content. User-specific data such as scores and leaderboards is not exposed. You can fork this API on Parse and revise it to add an endpoint targeting that data if it is publicly accessible on the site.
How does pagination work across the list endpoints?+
Both search_quizzes and get_quizzes_by_tag accept an optional page integer parameter (defaulting to the first page). Each response includes a has_next boolean. When has_next is true, increment page by one and repeat the request to fetch the next batch of results.
Can I filter quizzes by difficulty or date created?+
Not currently. The search and tag endpoints return title, path, and takes count per quiz, without difficulty ratings or creation dates. You can fork this API on Parse and revise it to add those fields if they appear on the relevant pages.
Page content last updated . Spec covers 3 endpoints from jetpunk.com.
Related APIs in EducationSee all →
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.
funtrivia.com API
Search and browse thousands of trivia questions and quizzes across multiple categories, with the ability to filter by topic, difficulty, or find random challenges to test your knowledge. Discover trending topics, top-rated quizzes, and the latest additions to build custom trivia games or enhance your learning experience.
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.
poki.com API
Discover and browse thousands of free online games with detailed information about genres, popularity, and platform compatibility. Find new games by exploring categories or searching through Poki's complete game catalog to access metadata and recommendations.
Wikipedia API
Search Wikipedia and instantly access full article content on any topic, then explore related articles by browsing through Wikipedia categories. Retrieve article metadata, extracts, and navigate curated category trees to discover connected subjects.
unsplash.com API
Search Unsplash photos by keyword and retrieve image URLs, photographer info, and detailed photo metadata such as tags, EXIF, location, and related collections.
hackerrank.com API
Retrieve challenge scores, difficulty ratings, success ratios, and track-level ranking data from HackerRank's public practice platform. Browse challenges by track, view submission statistics, and access ranking metrics across all available tracks.
superuser.com API
Access questions, answers, and comments from Super User to find solutions to technical problems, search for specific topics, and explore trending discussions across the community. View user profiles, track site activity, and discover the hottest questions trending across the Stack Exchange network.