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
1mo 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 →
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.
theodinproject.com API
Access The Odin Project's complete curriculum structure including paths, courses, lessons, resources, and projects, plus search lessons and view detailed changelogs. Browse course outlines, find specific lessons and their learning materials all in one place.
roadmap.sh API
Discover and access structured learning roadmaps, detailed guides, interview questions, and community projects to build your development skills across different technologies and career paths. Search through curated learning content, explore topic breakdowns, and find project ideas tailored to your learning goals.
scholarshipportal.com API
Search and discover scholarships, degree programmes, and universities across StudyPortals' global education database, with the ability to filter by countries, disciplines, and other criteria. Get detailed information about specific scholarships and programmes to compare educational opportunities that match your academic interests.
ucas.com API
Search and explore UK university courses, apprenticeships, and scholarships all in one place, while discovering detailed information about education providers and their offerings. Find the perfect educational path by filtering courses and apprenticeships by your preferences and accessing comprehensive provider details to inform your decisions.
bsigroup.com API
Search and discover BSI Group training courses, qualifications, and schedules across multiple categories, topics, levels, standards, and delivery formats to find the perfect certification program for your needs. Filter results by course details, availability, and format to compare options and plan your professional development.
cses.fi API
Explore the CSES Problem Set by browsing problems across different categories, viewing detailed problem information, and discovering available courses and contests. Access comprehensive problem lists organized by topic to find coding challenges tailored to your learning goals.
wyzant.com API
Search for qualified tutors on Wyzant, view their detailed profiles, ratings, reviews, and expert answers to find the perfect match for your learning needs. Browse trending subjects, get subject suggestions, and compare tutors based on their expertise and student feedback all in one place.