Tilgå ressourcens data via et web-API med kraftfuld query-support.
Further information in the main CKAN Data API and DataStore documentation.
Forespørger
Forespørgselseksempel (første fem resultater):
https://admin.opendata.dk/api/3/action/datastore_search?resource_id=f97b40c6-eb90-44a9-8227-57db8645cfd6
&limit=5
Forespørgselseksempel (resultater indeholdende 'jones'):
https://admin.opendata.dk/api/3/action/datastore_search?q=jones&resource_id=f97b40c6-eb90-44a9-8227-57db8645cfd6
Forespørgselseksempel (via SQL-sætning):
https://admin.opendata.dk/api/3/action/datastore_search_sql?sql=SELECT * from
"f97b40c6-eb90-44a9-8227-57db8645cfd6" WHERE title LIKE 'jones'