Marketplace
No threads yet
Live

get_university_details

pddikti.kemdiktisaintek.go.id

Returns university details from https://pddikti.kemdiktisaintek.go.id by encrypted ID, including identity, accreditation, contacts, address, status, dates and geographic coordinates.

Parameters1
Runs6
Updated1d ago
Operational6 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 get_university_details?

Returns university details from https://pddikti.kemdiktisaintek.go.id by encrypted ID, including identity, accreditation, contacts, address, status, dates and geographic coordinates. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass encrypted_id and get the result back without maintaining a scraper.

Response

{
  "university": {}
}

Call it

curl --location 'https://us-prod.notte.cc/functions/3ce6b85e-1d78-4f52-b9bd-015c9876df8f/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "3ce6b85e-1d78-4f52-b9bd-015c9876df8f",
    "variables": {
        "encrypted_id": "F_6ZXqW5CxbL6D7C6_Hf87kF-3GxZVFvzpcMnsuQqmhJesYi4A6aRFFxKcFIN7TZ-PiZ7Q=="
    }
}'

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="3ce6b85e-1d78-4f52-b9bd-015c9876df8f") — the "get_university_details" function, which returns university details from https://pddikti.kemdiktisaintek.go.id by encrypted ID, including identity, accreditation, contacts, address, status, dates and geographic coordinates..

It takes encrypted_id (str). Return the result as structured JSON.