Is the purpose of CKAN Rest API to get meta-data information of the actual data? Like revisions, available resources under a dataset?
http://demo.ckan.org/api/1/rest/dataset/formula-1 http://demo.ckan.org/api/2/rest/dataset/formula-1
It is so confusing with two different API versions and moreover how to navigate to the actual data with REST API? I was expecting to filter the data using REST API out of the box like http://demo.ckan.org/api/1/rest/dataset/formula-1/resources/f6b468e8-c7fe-4534-98b3-189030cb49dd/extensao/html
formula-1 has a resource with id f6b468e8-c7fe-4534-98b3-189030cb49dd and contains attribute 'extensao' with content as html
Cannot access even with Action API http://demo.ckan.org/api/action/datastore_search?resource_id=f6b468e8-c7fe-4534-98b3-189030cb49dd
Note: I already know that on action api one could use filters (if action api works) but it's not what I am looking for since it is not REST.