Govdata: Search Datasets
Govdata via Parse · government_public
Full-text search over the portal's dataset catalog. Supports CKAN filter queries (fq), sorting, and offset-based pagination. Returns matching datasets with full metadata including organization, resources, tags, and groups. Access the German Federal Open Data Portal (govdata.de) to search and retrieve dataset metadata, organizations, categories, and resources via the CKAN API. Fulfilled by Parse from govdata.de.
- b2b-directory
- govdata
- govdata-de
- government-public
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2c0ef76c-989b-4f84-b110-6d73c92b57f6/search_datasets
- Interface artifact
- sha256:12ae22e50a7c5d3c811fc64e744510f2f7a5976bbe9ad40c0cdb9dcfd3b359f7
- Manifest digest
- sha256:3d7ffed93327520bafda6474aca15fa7098b594969f02bb6cd0147d3a66f770b
Request fields
- sort (string): Sort field and direction, e.g. 'metadata_modified desc', 'title asc'.: Allowed values: metadata_modified desc, metadata_modified asc, title asc, title desc
- limit (integer): Number of results to return per page.
- query (string): Full-text search query (CKAN q parameter). Matches title, description, and tags.
- offset (integer): Starting index for pagination.
- filters (string): CKAN filter query (fq parameter) for faceted filtering, e.g. 'groups:soci' or 'organization:statistisches-bundesamt'.
Example queries
- {"sort":"metadata_modified desc","limit":"5","query":"Bevölkerung","offset":"0","filters":"groups:soci"}