Theodinproject: Get Projects
Theodinproject via Parse · education
Returns all project-type lessons. When path_slug and course_slug are both provided, filters to that course only. Without filters, returns projects across all paths (slower). Extracts curriculum data from The Odin Project including learning paths, courses, lessons, projects, and resources. Fulfilled by Parse from theodinproject.com.
- developer-tools
- education
- parse
- platform-key
- theodinproject
- theodinproject-com
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/77533f4c-6adf-417b-baef-20019e5d3422/get_projects
- Interface artifact
- sha256:c76bbe951bde04eddec95cb3372efa30dbb3b3d7efa896cd55e0dea1a3929c76
- Manifest digest
- sha256:2a2ddc2287b57d4ac0e5ed709f7067e0f8961fb5dada258fa47b6a80951006c0
Request fields
- path_slug (string): Path slug to filter by. Must be provided together with course_slug for filtering.: Allowed values: foundations, full-stack-javascript, full-stack-ruby-on-rails
- course_slug (string): Course slug to filter by (e.g. 'foundations'). Must be provided together with path_slug for filtering.
Example queries
- {"path_slug":"foundations","course_slug":"foundations"}