All listed available data

Hi all,

I am wondering if there is an API or Excel sheet listing all available data on data WA? Maybe including metadata such as custodian, update frequency, last update (ect…) Does anyone know if this exists?

Thanks,

Ben

1 Like

Hi Ben, excellent question.

The Data WA catalogue is powered by CKAN, an open source DMS that is widely used by government data portals around the world. And it has a built in API!

Our API is https://catalogue.data.wa.gov.au/api/3 and you can find info (such as the calls that can be made) at API guide — CKAN 2.9.3 documentation.

To get you started, you can return the full list of datasets (packages in CKAN lingo) with package_list:
https://catalogue.data.wa.gov.au/api/3/action/package_list

You can return all the metadata fields for a particular dataset using package_show:
https://catalogue.data.wa.gov.au/api/3/action/package_show?id=shipwrecks

4 Likes

Does anyone else have an example of how they use the CKAN API to improve their workflow? Drop your ideas here!

I might move this topic to another category once I’ve had a chat to the other admins since we’re still working out where eveything should go, but don’t worry, that shouldn’t disrupt any of your replies or bookmarks.