← Finland

Traficom Service Document

GET /finland/traficom

OData service document for the Traficom (Finnish Transport and Communications Agency) open-data API, listing the available entity sets. Source: opendata.traficom.fi (no auth).

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/finland/traficom

Live Response

{
  "data": {
    "@odata.context": "https://opendata.traficom.fi/OpenData/api/v1/$metadata",
    "value": [
      {
        "kind": "EntitySet",
        "name": "Radioasematiedot",
        "url": "Radioasematiedot"
      },
      {
        "kind": "EntitySet",
        "name": "TVAsematiedot",
        "url": "TVAsematiedot"
      },
      {
        "kind": "EntitySet",
        "name": "Taajuusjakotaulukko",
        "url": "Taajuusjakotaulukko"
      },
      {
        "kind": "EntitySet",
        "name": "Meriradionumerot",
        "url": "Meriradionumerot"
      },
      {
        "kind": "EntitySet",
        "name": "RadioamatoorienKutsumerkit",
        "url": "RadioamatoorienKutsumerkit"
      }
    ]
  },
  "success": true
}