Website API

Get program information

Returns detailed information about the program

Parameters

Name Description
program_slug Return info about this program
metro_slug Return program info specific to this metro

Response Fields

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

Request

Headers

Authorization: [your_auth_token]
Accept: application/json

Route

GET /api/v1/website/programs/data-science

Response

Headers

Content-Type: application/json

Status

200

Body