Universities (PT)

Map endpoints directly with form inputs, code snippets, and readable response tracking.

API Base URL Routing

Use https://pddikti.fastapicloud.dev for > 500 req/day. Use https://pddikti.rone.dev for < 500 req/day.

GET

Get university detail

/web/pt/detail/{id_pt}/

Return detailed profile information for a university by ID.

Snippet


                        

Response

Awaiting execution...
GET

Get university study programs by semester

/web/pt/prodi/{id_pt}/{id_thsmt}

List study programs in a university for the specified semester.

Snippet


                        

Response

Awaiting execution...
GET

Get lecturer-student ratio by university

/web/pt/rasio/{id_pt}/

Return lecturer-to-student ratio statistics for a university.

Snippet


                        

Response

Awaiting execution...
GET

Get university student metrics

/web/pt/mahasiswa/{id_pt}/

Return student-related metrics for the selected university.

Snippet


                        

Response

Awaiting execution...
GET

Get average study duration by university

/web/pt/waktu-studi/{id_pt}/

Return average study duration metrics for the selected university.

Snippet


                        

Response

Awaiting execution...
GET

Get university name history

/web/pt/riwayat/{id_pt}/

Return historical naming records for the selected university.

Snippet


                        

Response

Awaiting execution...
GET

Get tuition range by university

/web/pt/biaya-kuliah/{id_pt}/

Return tuition fee range information for the selected university.

Snippet


                        

Response

Awaiting execution...
GET

Get university facilities metadata

/web/pt/fasilitas/{id_pt}/

Return facilities and infrastructure metadata for the selected university.

Snippet


                        

Response

Awaiting execution...
GET

Get university logo

/web/pt/logo/{id_pt}/

Return the logo image of the selected university.

Snippet


                        

Response

Awaiting execution...