ConsoleCatalog
Sign in
roadmap.sh logo

roadmap.sh

roadmap.shDeveloper Toolsno auth

Developer learning roadmaps, hands-on projects, and how-to guides.

Guide Details

ASYNCREADNo auth

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

ParametersFormJSON

Roadmap path segment (first URL segment), e.g. python

Guide path segment (second URL segment), e.g. switch

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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"
    }
  }'