API

IITA datasets API exposes all datasets to API clients. Developers can utilize the API for creation of external apps where data from IITA data portal will be consumed by the apps. For more information http://docs.ckan.org/en/latest/api/index.html.

The below strings show all datasets ,groups, and tags in JSON format:

* http://data.iita.org/api/3/action/package_list

* http://data.iita.org/api/3/action/group_list

* http://data.iita.org/api/3/action/tag_list

The below strings search for packages or resources matching a query:

* http://data.iita.org/api/3/action/tag_show?id=tag_name

* http://data.iita.org/api/3/action/package_search?q=package_name

* http://data.iita.org/api/3/action/package_search?q=package_name&rows=10