Consume Data
Overview
Role: Data Consumer
Goal: You want to find a Dataset and retrieve its data payload via the API.
Required Permissions: read Dataset
What you will achieve
After completing this guide, you will have:
- Found a Dataset
- Accessed its API
- Retrieved data payload
Before you start
Make sure that:
- the Dataset is in status Available
- you have access permissions
- or Open Data is enabled
Understand data consumption
In CIVITAS/CORE, data is accessed through the API of a Dataset. This means:
- a Dataset provides an API endpoint
- the API returns the data payload
- access is controlled through Groups and Roles or Open Data
Step-by-step guide
Step 1: Find a Dataset
- Go to Datasets
- Browse the list or search for the Dataset you want to access
- Open the Dataset

You can only open Datasets that you have access to.
Step 2: Copy the API URL
- In the Dataset detail view, go to the 2nd section Data flow
- Locate the API URL

- Copy the URL
The API URL shown in the Dataset detail view is a relative path (e.g. api/...).
To use it, you need to prepend your Platform domain.
Example:
https://<your-platform-domain>/api/…
The full URL is the access point for the Dataset payload.
Step 3: Use the API URL
- Paste the full API URL into the API tool of your choice
- Make sure you are authenticated for the request
- Use it to retrieve and consume the data payload
Optional: Access Open Data directly
If a Dataset is released as Open Data, you do not need access permissions in CIVITAS/CORE. You only need the API URL. If someone shares the URL with you, you can use it directly to access the payload data.
Outcome
You have accessed the API of a Dataset and retrieved its payload data.
- If the Dataset is protected, access depends on your permissions
- If the Dataset is released as Open Data, the API can be used without authentication