Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKAN support #5

Open
simonw opened this issue Jun 8, 2022 · 1 comment
Open

CKAN support #5

simonw opened this issue Jun 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Jun 8, 2022

CKAN is the biggest alternative to Socrata that I know of: https://ckan.org/government

It powers the Data.gov API: https://data.gov/developers/apis/index.html - documentation here: https://docs.ckan.org/en/latest/api/

@simonw simonw added the enhancement New feature or request label Jun 8, 2022
@simonw
Copy link
Owner Author

simonw commented Jun 8, 2022

https://catalog.data.gov/api/3/action/package_search (which is redirected to from package_list) shows 346,434 results, returning 10 per page.

https://catalog.data.gov/api/3/action/package_search?rows=1000 returns 1,000 pages - full docs for that method are here (it's powered by Solr): https://docs.ckan.org/en/latest/api/#ckan.logic.action.get.package_search

https://catalog.data.gov/api/3/action/recently_changed_packages_activity_list returns "an activity stream of recently changed datasets on a site".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant