Developer Tools
roadmap.sh logo

roadmap.sh API

roadmap.sh

roadmap.sh - developer learning roadmaps, hands-on projects, and how-to guides.

Actions
6
Category
Developer Tools
Login
Not required
Output
JSON

Call the roadmap.sh API

Submit a task, then poll the job until it settles. This example runs act_roadmap_sh_guide_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_roadmap_sh_guide_detail",
    "params": {
      "roadmap_slug": "python",
      "guide_slug": "switch"
    }
  }'

6 actions on roadmap.sh

Read

  • Guide Details

    act_roadmap_sh_guide_detailread2 credits / call

    Returns a guide article's title, summary, and full content.

    roadmap_slug
    string · required
    guide_slug
    string · required
  • Guides Listing

    act_roadmap_sh_guides_listingread1 credit / call

    Returns guides with titles, descriptions, authors, and publish dates.

  • Official Roadmap Graph

    act_roadmap_sh_roadmap_detailread1 credit / call

    Returns a roadmap's title, description, and topic graph by slug.

    roadmap_slug
    string · required
  • Project Details

    act_roadmap_sh_project_detailread1 credit / call

    Returns structured project detail for a slug including title, description, difficulty, skills, and requirements.

    project_slug
    string · required
  • Projects Listing

    act_roadmap_sh_projects_listingread1 credit / call

    Returns practice projects with titles, difficulty, topics, and skills for a roadmap.

    taxonomy_slug
    string
  • Roadmap Projects

    act_roadmap_sh_roadmap_projects_ssrread1 credit / call

    Returns a roadmap's projects with titles, difficulty, and skills.

    roadmap_slug
    string · required

roadmap.sh API questions

Is there an API for roadmap.sh?
roadmap.sh does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for roadmap.sh. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape roadmap.sh data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when roadmap.sh changes its markup, Anakin updates the action.
Do I need a roadmap.sh account?
No. Every roadmap.sh action listed here runs anonymously — no account and no credentials required.
What does the roadmap.sh API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Developer Tools APIs

All Developer Tools sites