Discover/hyperskill.org API
live

hyperskill.org APIhyperskill.org

Access Hyperskill.org learning data via API: browse tracks, projects, stages, topics, and providers. Filter by language, category, or track ID.

Endpoints
10
Updated
14d ago
Try it
Page number.
Filter by track category ID (e.g. 1).
Number of tracks per page.
api.parse.bot/scraper/13ef78bb-f385-4a72-a394-aac986918253/<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/13ef78bb-f385-4a72-a394-aac986918253/list_tracks?page=1&page_size=20' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 10 totalclick to expand

List all tracks (courses) on Hyperskill. Returns paginated results. Requesting a page beyond available results returns an upstream error (404).

Input
ParamTypeDescription
pageintegerPage number.
categoryintegerFilter by track category ID (e.g. 1).
page_sizeintegerNumber of tracks per page.
Response
{
  "type": "object",
  "fields": {
    "meta": "object with pagination info (page, has_next, has_previous)",
    "tracks": "array of track objects"
  },
  "sample": {
    "data": {
      "meta": {
        "page": 1,
        "has_next": true,
        "has_previous": false
      },
      "tracks": [
        {
          "id": 2,
          "title": "Python Developer",
          "is_public": true,
          "description": "Acquire key skills to build a strong foundation for a career in tech.",
          "provider_id": 2,
          "topics_count": 274,
          "members_count": 219766
        }
      ]
    },
    "status": "success"
  }
}

About the hyperskill.org API

The Hyperskill.org API exposes 10 endpoints covering the platform's full curriculum catalog — tracks, projects, project stages, topics, and content providers. Use list_tracks to page through every available learning track with optional category filtering, or call get_topic to retrieve detailed metadata for any individual topic by ID. All list endpoints return paginated results with has_next and has_previous fields for cursor control.

Tracks and Projects

The list_tracks endpoint returns paginated track objects alongside a meta object containing page, has_next, and has_previous. You can narrow results with the category parameter (integer category ID) or adjust page size with page_size. For a single track, get_track accepts an id and returns the full track object inside a tracks array. list_projects works similarly and adds a language filter (e.g. python, java, kotlin) so you can pull only projects for a specific language stack.

Stages and Topics

list_project_stages requires a project_id and returns the ordered stages for that project — useful for mapping out the progression inside any given project. Note that requesting a page number beyond the available stage count returns a 404 rather than an empty list, so you should stop paginating once has_next is false. list_topics accepts an optional track_id to scope topics to a single track, letting you reconstruct the full topic syllabus for any course.

Providers

The list_providers and get_provider endpoints expose the content providers behind Hyperskill's material. Like the other list endpoints, list_providers returns a meta pagination object and a providers array. Fetching beyond the last page returns a 404, not an empty result — handle this in your pagination loop accordingly. Provider detail is available via get_provider with a required integer id.

Common use cases
  • Build a curriculum explorer that maps every topic in a track using list_topics filtered by track_id.
  • Aggregate project metadata by programming language with list_projects and the language filter.
  • Reconstruct the stage-by-stage structure of any project using list_project_stages with a project_id.
  • Sync Hyperskill track and project data into an internal learning management or recommendation system.
  • Compare content provider offerings by iterating list_providers and pulling detail with get_provider.
  • Index Hyperskill's full topic catalog for a searchable developer learning resource directory.
  • Monitor curriculum changes over time by periodically diffing list_tracks paginated responses.
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 Hyperskill have an official public developer API?+
Hyperskill does not publish a documented public developer API for third-party access to its curriculum data. This Parse API provides structured access to tracks, projects, stages, topics, and providers from the platform.
What does `list_project_stages` return, and how do I paginate it?+
list_project_stages requires a project_id and returns a stages array alongside a meta object with page, has_next, and has_previous. Requesting a page beyond the last available stage returns a 404 error rather than an empty list, so you should stop pagination as soon as has_next is false rather than relying on an empty response as the termination signal.
Can I filter topics by difficulty level or completion status?+
Not currently. The list_topics endpoint supports filtering by track_id and controls pagination via page and page_size. Difficulty level and user completion status are not exposed as filter parameters or response fields. You can fork this API on Parse and revise it to add the missing endpoint if that data is available from the source.
Does the API expose user profiles, enrollments, or progress data?+
Not currently. The API covers catalog-level data: tracks, projects, stages, topics, and providers. User accounts, enrollment records, and learning progress are not included in any endpoint's response. You can fork the API on Parse and revise it to add the missing endpoint if that surface is accessible.
How does pagination work across list endpoints, and what happens at the boundary?+
All list endpoints (list_tracks, list_projects, list_project_stages, list_topics, list_providers) return a meta object with page, has_next, and has_previous fields. Requesting any page number beyond the last available page returns a 404 error from upstream — the API does not return an empty array. Build your pagination loop to stop when has_next is false to avoid triggering this error.
Page content last updated . Spec covers 10 endpoints from hyperskill.org.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
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.
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.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.