Trust score
How is this computed?Composite of 5 axes from our methodology (proof-based officialness, live verification, metadata completeness, license clarity, agent readiness).
- Officialnessweight 25%40/100
40/100 from 5 proof signals (domain / portal-backlink / GitHub-org / reciprocal / policy).
- Availabilityweight 25%100/100
Latest verification succeeded.
- Metadata completenessweight 20%90/100
9 of 10 recommended metadata fields populated.
- License clarityweight 15%0/100
No license declared upstream.
- Agent readinessweight 15%85/100
OpenAPI spec URL declared · Spec format known (openapi) · Docs URL present · Homepage URL present · Topic tags assigned
Official Proof
Public Sector APIProof Evidence
official domain (data.gouv.fr) (catalog: api_gouv_fr)
Data schema (22 fields)
| Field | Type | Description |
|---|---|---|
| Civilite | string | — |
| Prenom | string | — |
| Nom | string | — |
| Fonction | string | — |
| Organisme | string | — |
| Rue1 | string | — |
| Rue2 | string | — |
| CP | string | — |
| Ville | string | — |
| Mel | string | — |
| Tel | string | — |
| Statut | string | — |
| Pays | string | — |
| Canton | integer | — |
| ComCom | string | — |
| _coords.latLatitude | number | — |
| _coords.lonLongitude | number | — |
| _coords.errorErreur d'enrichissement | string | Si il y a eu une erreur dans le traitement d'une ligne |
| _geopointCoordonnée géographique | string | Centroïde au format "lat,lon" |
| _idIdentifiant | string (uri-reference) | Identifiant unique parmi toutes les lignes du jeu de données |
| _iNuméro de ligne | integer | Indice de la ligne dans le fichier d'origine |
| _randNombre aléatoire | integer | Un nombre aléatoire associé à la ligne qui permet d'obtenir un tri aléatoire par exemple |
Schema captured from datafair 6 days ago.
Sample data (5 records)
Record 1CP: 22290 · _i: 1
{
"CP": "22290",
"_i": 1,
"Nom": "HERVIOU",
"Tel": "02.96.52.31.17",
"_id": "7FJ3LNCcGertc7UsIsOt9",
"Rue1": "4 rue de la mairie",
"Ville": "GOMMENEC'H",
"_rand": 402291,
"Prenom": "Alain",
"_score": null,
"Civilite": "Monsieur",
"Fonction": "Maire",
"Organisme": "MAIRIE DE GOMMENEC’H",
"_geopoint": "48.641748,-3.050717",
"_coords.lat": 48.641748,
"_coords.lon": -3.050717
}Record 2CP: 22140 · _i: 2
{
"CP": "22140",
"_i": 2,
"Mel": "Mairie.kermoroch@orange.fr",
"Nom": "BOURGES",
"_id": "QuhRsaq0A1Q4-2pbCIKCv",
"Rue1": "14 place de l'église",
"Ville": "KERMOROC'H",
"_rand": 583364,
"Canton": 107,
"ComCom": "Guingamp Paimpol Agglomération",
"Prenom": "Yann",
"Statut": "Collectivité / Mairie",
"_score": null,
"Civilite": "Monsieur",
"Fonction": "Maire",
"Organisme": "MAIRIE DE KERMOROC’H",
"_geopoint": "48.623941,-3.206262",
"_coords.lat": 48.623941,
"_coords.lon": -3.206262
}Record 3CP: 22720 · _i: 3
{
"CP": "22720",
"_i": 3,
"Mel": "commune.senvenlehart@orange.fr",
"Nom": "LE GRAET",
"Tel": "02 96 21 43 34",
"_id": "9qoHds6nOKrtEdnV_gqzh",
"Rue1": "4 Grande Rue",
"Ville": "SENVEN LEHART",
"_rand": 708235,
"Canton": 109,
"ComCom": "Guingamp Paimpol Agglomération",
"Prenom": "Anthony",
"Statut": "Collectivité / Mairie",
"_score": null,
"Civilite": "Monsieur",
"Fonction": "Maire",
"Organisme": "MAIRIE DE SENVEN LEHARD",
"_geopoint": "48.425655,-3.068967",
"_coords.lat": 48.425655,
"_coords.lon": -3.068967
}Record 4CP: 22450 · _i: 4
{
"CP": "22450",
"_i": 4,
"Mel": "mairie.coatreven@wanadoo.fr",
"Nom": "LE ROLLAND",
"Tel": "02.96.38.04.71",
"_id": "TfoLvomY1GcnJKVfk8PPY",
"Rue1": "1 place de la mairie",
"Ville": "COATREVEN",
"_rand": 945652,
"Canton": 131,
"ComCom": "Lannion Trégor Communauté",
"Prenom": "Yves",
"Statut": "Collectivité / Mairie",
"_score": null,
"Civilite": "Monsieur",
"Fonction": "Maire",
"Organisme": "MAIRIE DE COATREVEN",
"_geopoint": "48.768524,-3.343807",
"_coords.lat": 48.768524,
"_coords.lon": -3.343807
}Record 5CP: 22300 · _i: 5
{
"CP": "22300",
"_i": 5,
"Nom": "BONNIEC",
"Tel": "02 96 38 05 24",
"_id": "uDibbuO1EB6TH6avzlrJm",
"Rue1": "2 route de Langoat",
"Ville": "LANMERIN",
"_rand": 900608,
"Canton": 131,
"ComCom": "Lannion Trégor Communauté",
"Prenom": "Carole",
"_score": null,
"Civilite": "Madame",
"Fonction": "Maire",
"Organisme": "MAIRIE DE LANMERIN",
"_geopoint": "48.743885,-3.346016",
"_coords.lat": 48.743885,
"_coords.lon": -3.346016
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://datarmor.cotesdarmor.fr/data-fair/api/v1/datasets/maires-des-cotes-darmor/
- Format
- openapi
Query examples
curl -s 'https://datarmor.cotesdarmor.fr/data-fair/api/v1/datasets/maires-des-cotes-darmor/lines?size=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Dataset
Volume & freshness
License
No license declared upstream.
Source: datafair
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.
