Marketplace
No threads yet
Live

list_study_programs

pddikti.kemdiktisaintek.go.id

Returns study programs offered by a university for a semester from https://pddikti.kemdiktisaintek.go.id, with level, accreditation, status, student and lecturer counts, and ratio.

Parameters2
Runs5
Updated1d ago
Operational5 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is list_study_programs?

Returns study programs offered by a university for a semester from https://pddikti.kemdiktisaintek.go.id, with level, accreditation, status, student and lecturer counts, and ratio. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass university_id, semester and get the result back without maintaining a scraper.

Response

{
  "programs": [
    {}
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/9cab64cc-316c-449a-8d9a-1be59cb6161a/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "9cab64cc-316c-449a-8d9a-1be59cb6161a",
    "variables": {
        "university_id": "F_6ZXqW5CxbL6D7C6_Hf87kF-3GxZVFvzpcMnsuQqmhJesYi4A6aRFFxKcFIN7TZ-PiZ7Q==",
        "semester": "20251"
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="9cab64cc-316c-449a-8d9a-1be59cb6161a") — the "list_study_programs" function, which returns study programs offered by a university for a semester from https://pddikti.kemdiktisaintek.go.id, with level, accreditation, status, student and lecturer counts, and ratio..

It takes university_id (str), semester (str). Return the result as structured JSON.