Returns detailed information about the program
| Name | Description |
|---|---|
| program_slug | Return info about this program |
| metro_slug | Return program info specific to this metro |
| Name | Description |
|---|---|
| program[id] | Program id |
| program[name] | Program name |
| program[slug] | Program slug |
| program[format] | Program format (e.g. course, immersive, etc.) |
| program[url] | Program page URL |
| program[thumbnail_url] | Program thumbnail URL |
| program[topic_slugs] | Array of topic slugs associated with the program |
| program[subtopic_slugs] | Array of subtopic slugs associated with the program |
| program[min_duration_in_weeks] | The duration of the longest course in this program in weeks |
| program[max_duration_in_weeks] | The duration of the shortest course in this program in weeks |
Authorization: [your_auth_token] Accept: application/json
GET /api/v1/website/programs/data-science
Content-Type: application/json
200