In future versions of the COVE API, the default base URL will always point to the most recent version, and older versions may be depreciated. If COVE API endpoints are integrated into custom applications, please use the versioned URL. Users may refer to this document for version information or by sending a request to the request URL below.
Request Method: GET
Request URL:
https://ceos-cove.org/en/api/
URL Parameters: None
{
"current_version": "<CURRENT VERSION>",
"default_version": "<CURRENT VERSION>",
"supported_versions": [
"<CURRENT VERSION>",
"<OLDER VERSION>"
],
"deprecated_versions": [
{
"<DEPRECATED VERSION>": "<DEPRECATION DATE>"
}
],
"revision_history": {
"<VERSION>": [
<DETAILS STRING>
]
}
}
curl -H "Accept: application/json; indent=4" -u username:password
https://ceos-cove.org/en/api/