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=490c2475-b271-4c0f-bb95-6d4261898ced
&limit=5
Forespørgselseksempel (resultater indeholdende 'jones'):
https://admin.opendata.dk/api/3/action/datastore_search?q=jones&resource_id=490c2475-b271-4c0f-bb95-6d4261898ced
Forespørgselseksempel (via SQL-sætning):
https://admin.opendata.dk/api/3/action/datastore_search_sql?sql=SELECT * from
"490c2475-b271-4c0f-bb95-6d4261898ced" WHERE title LIKE 'jones'