Roadmap: Get Topic Detail
Roadmap via Parse · education
Get detailed content for a specific roadmap topic node, including its markdown description and learning resources (articles, videos, courses). The node_id comes from get_roadmap_topics results. Programmatic access to roadmap.sh learning roadmaps, guides, projects, and interview questions. Extract structured learning paths, detailed topic explanations, and community project ideas. Fulfilled by Parse from roadmap.sh.
- developer-tools
- education
- other
- parse
- platform-key
- roadmap
- roadmap-sh
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e532bb5b-2c0c-4c43-a138-11bf4ab04ad5/get_topic_detail
- Interface artifact
- sha256:d6e265d3eea143993ed0ee50c91a05652d828e4180a32a271bd891bebfd03902
- Manifest digest
- sha256:7998af27815efb4cdd03c303ec7ae23a9cf055e87c0f459acdf8e295632ec89c
Request fields
- node_id (string, required): The unique node ID from get_roadmap_topics results (e.g., 'VlNNwIEDWqQXtqkHWJYzC').
- topic_slug (string, required): The slug of the topic (e.g., 'internet', 'html', 'css'). Corresponds to the last segment of the hierarchical text path from get_roadmap_topics, lowercased and hyphenated.
- roadmap_slug (string, required): The slug of the roadmap (e.g., 'frontend', 'backend').
Example queries
- {"node_id":"VlNNwIEDWqQXtqkHWJYzC","topic_slug":"internet","roadmap_slug":"frontend"}