โ† Nordic Aggregations

HELCOM MADS Catalog

GET /helcom/catalog

Top-level catalog of HELCOM (Baltic Marine Environment Protection Commission) Maritime Activity Data System (MADS) services. Lists all map services published by HELCOM โ€” Shipping, Biodiversity, Pressures, Indicators_and_assessments, Monitoring, Human_Activities, etc. Source: maps.helcom.fi (ArcGIS REST). No auth.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/helcom/catalog

Live Response

{
  "data": {
    "currentVersion": 11.5,
    "folders": [],
    "services": [
      {
        "name": "MADS/Background",
        "type": "MapServer"
      },
      {
        "name": "MADS/Basemap_TOPO",
        "type": "MapServer"
      },
      {
        "name": "MADS/Biodiversity",
        "type": "MapServer"
      },
      {
        "name": "MADS/Custom_webapps",
        "type": "MapServer"
      },
      {
        "name": "MADS/Human_Activities",
        "type": "MapServer"
      },
      {
        "name": "MADS/Indicators_and_assessments",
        "type": "MapServer"
      },
      {
        "name": "MADS/mads_links",
        "type": "MapServer"
      },
      {
        "name": "MADS/Monitoring",
        "type": "MapServer"
      },
      {
        "name": "MADS/Pressures",
        "type": "MapServer"
      },
      {
        "name": "MADS/Red_listed_species_and_habitats",
        "type": "MapServer"
      },
      {
        "name": "MADS/Shipping",
        "type": "MapServer"
      },
      {
        "name": "MADS/tools",
        "type": "GPServer"
      }
    ]
  },
  "success": true
}