Data.gov Search
Provides access to the Data.gov catalog for searching dataset metadata and identifying potential API endpoints.
Custom One-shot
Fetch a Data.gov package record and extract likely API endpoints for follow-on connector creation.
What you can ask Delphi
- “Are there any datasets related to public health initiatives available on Data.gov?”
- “Can you find datasets published by the National Aeronautics and Space Administration (NASA) in the Data.gov catalog?”
- “What are the details for the Data.gov dataset with the ID 'covid-19-vaccination-data'?”
- “Does the 'National Water Information System Daily Data' dataset on Data.gov offer any API endpoints for direct access?”
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (2) ▾
data_gov/get_dataset_details
Fetch a Data.gov package record and extract likely API endpoints for follow-on connector creation.
data_gov/search_catalog
Search the public Data.gov catalog for dataset metadata before selecting a dedicated connector.
Inputs ▾
data_gov/get_dataset_details
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | yes | Data.gov package id or dataset name from package_search results. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
data_gov/search_catalog
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | yes | Dataset search query for the Data.gov catalog. |
| fq | string | no | Optional CKAN filter query, e.g. 'organization:cdc-gov tags:health'. |
| sort | string | no | Optional CKAN sort expression, e.g. 'metadata_modified desc'. |
| limit | number | no | Maximum number of datasets to return. Default 10. |
| offset | number | no | Pagination offset. Default 0. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |