API Access
Access this data through our API endpoint at:
https:///api/3/action/package_search
This is JSON for Your Current Search:
https:///api/3/action/package_search?
Example query to search for "finance":
https:///api/3/action/package_search?q=title:finance
Example query to filter with a tag:
https:///api/3/action/package_search?fq=tags:"2024-2025"
Example query to search for title "report" with a multi-word tag:
https:///api/3/action/package_search?q=title:report&fq=tags:"Property Tax"
Advanced query (title contains "report" AND has multiple tags):
https:///api/3/action/package_search?q=title:report&fq=tags:"2024-2025"+tags:"Property Tax"
For more information, see the our development
API Documentation