NCKU Open Data Platform (CKAN Action API)
NCKU's institutional open data portal, a CKAN 2.0 deployment on NCKU's own host publishing 108 datasets from the university and its affiliated units — student enrolment and geographic distribution statistics, international student counts, and the Smart University City (智慧大學城) education and energy datasets. The standard CKAN Action API is open and anonymous: /api/3/action/package_list returns the full dataset id list, /api/3/action/package_show returns full dataset metadata with resources, and /api/3/action/status_show confirms ckan_version 2.0 with the datastore, stats, recline_preview, json_preview, pdf_preview and resource_proxy extensions enabled alongside NCKU's own two. Data is released under Taiwan's Open Government Data License v1 (政府資料開放授權條款第1版), which the portal states is compatible with CC BY 4.0. robots.txt disallows /api/ to crawlers, which is a courtesy directive rather than an access control — the endpoints answer normally.