← Finland

Luke Databases

GET /finland/luke/databases

Browse the top-level statistical database tree of Luke (Natural Resources Institute Finland): agriculture, forestry, fisheries, game. PxWeb. Source: statdb.luke.fi (no auth).

Example Requests

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

Live Response

{
  "data": [
    {
      "id": "maa",
      "text": "AGRICULTURAL STATISTICS",
      "type": "l"
    },
    {
      "id": "met",
      "text": "FOREST STATISTICS",
      "type": "l"
    },
    {
      "id": "kal",
      "text": "FISHERY AND GAME STATISTICS",
      "type": "l"
    },
    {
      "id": "08 Indikaattorit",
      "text": "Rural Development Programme indicators 2014-2020",
      "type": "l"
    },
    {
      "id": "08a CAP-indikaattorit",
      "text": "CAP indicators 2023-2027",
      "type": "l"
    },
    {
      "id": "09a Kiertotalous",
      "text": "Circular economy in natural resource sectors",
      "type": "l"
    },
    {
      "id": "10 Muut",
      "text": "Other",
      "type": "l"
    }
  ],
  "success": true
}