Search Datasets
search_datasetsSearch/list datasets on Poland's national open data portal (dane.gov.pl). Returns a JSON:API list of datasets with id, title, notes, slug, institution and resource count. Content is mostly Polish; q accepts Polish or English. Use the returned dataset id with dataset_details / list_resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query (Polish or English), e.g. "budżet", "health", "powietrze". | |
| lang | No | Language hint "en" or "pl"; only some portal fields are translated. | |
| page | No | Page number (default 1). | |
| sort | No | Sort field, e.g. "id", "-created", "title". Default "id". | |
| per_page | No | Results per page, 1-100 (default 20). |