c0mm0.com — the continuously verified register of European data

Register record·API·FR·MUNICIPALITYUNVERIFIED
P

Ports certifiés "ports propres"

APIQuery nowOpen workbench🇫🇷France

Le dispositif « Ports Propres en Provence-Alpes-Côte d’Azur » a pour objectif l’amélioration de la gestion environnementale des ports de plaisance et de pêche. Ces équipements visent essentiellement à traiter les effluents et eaux usées des navires, collecter et traiter les déchets solides et lut...

0
poor

Weighted across five axes. Tap a ring for what it measures.

Data schema (11 fields)

Filterable via the API (9)
objectidnomsourcecode_inseecommuneechellesourcorthodate_paadate_ortho

Click a field to see example values.

FillFieldTypeDescription
geo_point_2dGeo Pointgeo_point_2d
geo_shapeShapegeo_shape
objectidFilterable via the APIint
nomFilterable via the APItext
sourceFilterable via the APItext
code_inseeFilterable via the APIINSEE commune codetext
communeFilterable via the APICommunetext
echelleFilterable via the APItext
sourcorthoFilterable via the APItext
date_paaFilterable via the APIDate paatext
100%date_orthoFilterable via the APIDate orthotext

Schema captured from opendatasoft 1 hour ago.

Query the data

Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.

=

Sample data (5 records)

Record 1nom: Port à sec Maritima · source: ORTHO_RVB15_DEPT13_2014_L93.ecw
{
  "nom": "Port à sec Maritima",
  "source": "ORTHO_RVB15_DEPT13_2014_L93.ecw",
  "commune": "MARTIGUES",
  "echelle": "4000°",
  "date_paa": "en 1927",
  "objectid": 4,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        5.029265716238926,
        43.40136060005298
      ]
    },
    "properties": {}
  },
  "code_insee": "13056",
  "date_ortho": "en 2014",
  "sourcortho": "BD ORTHO® - ©IGN PFAR 2014",
  "geo_point_2d": {
    "lat": 43.40136060005298,
    "lon": 5.029265716238926
  }
}
Record 2nom: Port de la Pointe Rouge · source: ORTHO_RVB15_DEPT13_2014_L93.ecw
{
  "nom": "Port de la Pointe Rouge",
  "source": "ORTHO_RVB15_DEPT13_2014_L93.ecw",
  "commune": "MARSEILLE",
  "echelle": "3000°",
  "date_paa": "en 1927",
  "objectid": 7,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        5.365206176218345,
        43.24389875959057
      ]
    },
    "properties": {}
  },
  "code_insee": "13056",
  "date_ortho": "en 2014",
  "sourcortho": "BD ORTHO® - ©IGN PFAR 2014",
  "geo_point_2d": {
    "lat": 43.24389875959057,
    "lon": 5.3652061762183445
  }
}
Record 3nom: Port de l"Estaque · source: ORTHO_RVB15_DEPT13_2014_L93.ecw
{
  "nom": "Port de l\"Estaque",
  "source": "ORTHO_RVB15_DEPT13_2014_L93.ecw",
  "commune": "MARSEILLE",
  "echelle": "4000°",
  "date_paa": "en 1927",
  "objectid": 12,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        5.31232649590528,
        43.3592620079971
      ]
    },
    "properties": {}
  },
  "code_insee": "13056",
  "date_ortho": "en 2014",
  "sourcortho": "BD ORTHO® - ©IGN PFAR 2014",
  "geo_point_2d": {
    "lat": 43.3592620079971,
    "lon": 5.31232649590528
  }
}
Record 4nom: Vieux Port · source: ORTHO_RVB15_DEPT13_2014_L93.ecw
{
  "nom": "Vieux Port",
  "source": "ORTHO_RVB15_DEPT13_2014_L93.ecw",
  "commune": "CASSIS",
  "echelle": "2000°",
  "date_paa": "en 1927",
  "objectid": 13,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        5.535749232130057,
        43.213951359224694
      ]
    },
    "properties": {}
  },
  "code_insee": "13022",
  "date_ortho": "en 2014",
  "sourcortho": "BD ORTHO® - ©IGN PFAR 2014",
  "geo_point_2d": {
    "lat": 43.213951359224694,
    "lon": 5.535749232130057
  }
}
Record 5nom: Port Saint Gervais · source: ORTHO_RVB15_DEPT13_2014_L93.ecw
{
  "nom": "Port Saint Gervais",
  "source": "ORTHO_RVB15_DEPT13_2014_L93.ecw",
  "commune": "FOS-SUR-MER",
  "echelle": "4000°",
  "date_paa": "en 1927",
  "objectid": 14,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        4.941228793822621,
        43.42773517398555
      ]
    },
    "properties": {}
  },
  "code_insee": "13039",
  "date_ortho": "en 2014",
  "sourcortho": "BD ORTHO® - ©IGN PFAR 2014",
  "geo_point_2d": {
    "lat": 43.42773517398555,
    "lon": 4.941228793822621
  }
}

Live sample captured at profiling time — values may have changed upstream.

Using the API

Configuration

Base URL
https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/fr-ports-propres

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/fr-ports-propres/records?limit=20' -H 'Accept: application/json'

First 20 records of the dataset as JSON.

Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.

Full API documentation ↗

Rate limits

5 000 req/day
per ipmeasured
observed 1 hour ago

Dataset

Volume & freshness

Records
8
Last upstream update
5 months ago
2026-02-10

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Ports certifiés "ports propres" — live verification badge

Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.