latestOpenAPI 3.1.0Proprietary2026-08-134715230.4 KB
92944ef90bfd
data-sources
Data-source licensing & attribution catalogue
Returns the licensing and attribution catalogue for every data source. Public — no API key required.
Use this to render the credits your application must display. Sources under open licenses that require attribution (CC-BY, OGL v3.0, ODbL, NLOD, Licence Ouverte, DL-DE→BY) carry the exact credit string in attribution. List responses (/events, /features) also embed an inline attribution[] for the sources present in that response.
get/data-sources
Response
The data-source catalogue
Example response
{
"data": [
{
"attribution": "© Dirección General de Tráfico (DGT) — licensed under CC BY 4.0",
"disclaimer": "The State of Colorado and CDOT make no representations or warranty as to the completeness, accuracy, timeliness, or content of any data made available through this site.",
"license": "CC-BY 4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_code": "ESP",
"source_name": "Spain — DGT National Access Point",
"updated_at": "2026-08-13T13:16:21Z"
}
]
}