Certified "Clean Ports"Ports certifiés "ports propres"
Ports certifiés "ports propres"Certified "Clean Ports"
This API provides data on marinas and fishing ports certified under the "Ports Propres" (Clean Ports) scheme in Provence-Alpes-Côte d'Azur, published by Métropole Aix-Marseille-Provence. The scheme aims to improve the environmental management of ports by treating vessel effluents and wastewater, collecting and processing solid waste, and reducing pollution risks. It provides free, unauthenticated access to information about certified port facilities, supporting environmental monitoring, port management, and public information on efforts to limit the ecological impact of maritime infrastructure along the coast.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...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (11 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | objectid | int | — |
| — | nom | text | — |
| — | source | text | — |
| — | code_inseeINSEE commune code | text | — |
| — | communeCommune | text | — |
| — | echelle | text | — |
| — | sourcortho | text | — |
| — | date_paaDate paa | text | — |
| 100% | date_orthoDate ortho | text | — |
Schema captured from opendatasoft 6 days 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.
Verification Status
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.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.