get_census_data
Fetch census data for a specific activity, area, and dataset using their IDs. Retrieve the required IDs from the list endpoints first.
Instructions
Fetch actual census data for a specific activity, area, and dataset. Use list_census_events, list_census_areas, and list_census_datasets first to get the required IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset ID (from list_census_datasets) | |
| kegiatan | Yes | Census activity ID (from list_census_events) | |
| wilayah_sensus | Yes | Area MFD code (from list_census_areas) |