Making an API Request
Developers can access the following CKAN API endpoints to retrieve metadata in specific languages:
https://data.gov.hk/en-data/api/3/action/[functionName?para1=value1¶2=value2&...]
For Traditional Chinese
https://data.gov.hk/tc-data/api/3/action/[functionName?para1=value1¶2=value2&...]
For Simplified Chinese
https://data.gov.hk/sc-data/api/3/action/[functionName?para1=value1¶2=value2&...]
Developers shall replace functionName
, para*
and value*
with appropriate parameter strings.
The full list of available CKAN get functions and corresponding parameters can be found at http://docs.ckan.org/en/latest/api/index.html#module-ckan.logic.action.get
Concrete examples can be found in Supported APIs and Examples.