Skip to main content

Developers: API

This section documents the CKAN API for developers who want to write code that interacts with CKAN sites and their data.

The CKAN Action API is a powerful RPC-style API that exposes all the core features of CKAN to API clients. All the main functionality of a CKAN website (everything that can be done through the web interface and more) can be used through external code calling the CKAN API. For example, using the CKAN API, your application can:

For detailed information about the CKAN API, you can access the following URL: https://docs.ckan.org/en/2.8/api/