v4

latestOpenAPI 3.1.0Proprietary2026-08-034715226.2 KB
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",
      "license": "CC-BY 4.0",
      "license_url": "https://creativecommons.org/licenses/by/4.0/",
      "source_code": "ESP",
      "source_name": "Spain — DGT National Access Point"
    }
  ]
}