{% extends "home/about.html" %} {% block subtitle %}{{ title }}{% endblock %} {% block breadcrumb_content %}
Data can be downloaded via:
vds_download_queue API endpoint.
The search and API download options allow you to download the results of a cross-dataset search, so you can download records from multiple datasets and resources in a single file.
You do not need to provide any details to download our data. Giving your email address is entirely optional and is only used to notify you when your download is ready.
If you want to use data from the portal in your own software or applications, you can access it using the API. You do not need a key to use most features of the API.
The base URL for the API is: {{ api_link }}
The API provides a RESTful interface, returning data in JSON format.
Our API is not yet fully documented. Most methods are documented in the CKAN {{ api_doc_link }}, and we have partial documentation for our search API.
Please try to follow these guidelines when using our API or programmatically traversing the site:
We reserve the right to suspend API access if you continuously make excessive requests or otherwise cause issues.
If you need to programmatically access any endpoint other than the API, images, or downloads, you may need to contact us.
Please see our terms and conditions for more information.
{% endblock %}