Early Childhood Care Facilities of the City of MérignacStructures d'accueil Petite Enfance de la Ville de Mérignac
Structures d'accueil Petite Enfance de la Ville de MérignacEarly Childhood Care Facilities of the City of Mérignac
This dataset lists early childhood care facilities (crèches and similar structures) located within the city of Mérignac, part of the Bordeaux Métropole area in France. It provides each facility's name, location, and accommodation capacity. The data is published through the Bordeaux Métropole open data portal and can be used to identify and locate childcare services available to families in Mérignac.Dénomination, localisation, capacités d'accueil des structures petite enfance situées sur le territoire de la ville de Mérignac.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (16 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| 100% | id | int | Internal record identifier for the facility.Internal record identifier for the facility. |
| 100% | nom | text | Name of the childcare facility.Dénomination de la structure d'accueil |
| 100% | type | text | Category of childcare facility.Catégorie de structures |
| 95.6% | adresse | text | Street address of the facility.Street address of the facility. |
| 100% | cp | int | Postal code of the facility's location.Code postal |
| 100% | communeCommune | text | Name of the municipality where the facility is located.Name of the municipality where the facility is located. |
| 100% | code_inseeINSEE commune code | int | INSEE code identifying the municipality.INSEE code identifying the municipality. |
| 80% | tel | text | Telephone contact number for the facility.Contact téléphonique de la structure |
| 37.8% | contact_mailContact mail | text | Email contact address for the facility.adresse mail de contact |
| 100% | gestion | text | Indicates whether management is public or private.gestion publique ou privée |
| — | gestionnaire | text | Name of the organization managing the facility.Name of the organization managing the facility. |
| — | capacite | int | Maximum number of children the facility can accommodate.Cacacité maximale d'accueil |
| — | nb_accueil_famNb accueil fam | text | Number of family childcare placements available.Number of family childcare placements available. |
| — | age_mini_moisAge mini mois | double | Minimum age of children accepted, in months.Minimum age of children accepted, in months. |
| — | age_maxi_anneeAge maxi annee | int | Maximum age of children accepted, in years.Maximum age of children accepted, in years. |
| — | testgéo point | geo_point_2d | Geographic coordinates of the facility's location.Localisation |
Schema captured from opendatasoft 7 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 1cp: 33700 · id: 15
{
"cp": 33700,
"id": 15,
"nom": "Badaboum",
"tel": "0556473409",
"test": {
"lat": 44.84704307651487,
"lon": -0.6471794234305532
},
"type": "crèche collective",
"adresse": "12 Av. Jean Cocteau",
"commune": "Mérignac",
"gestion": "structure municipale",
"capacite": 18,
"code_insee": 33281,
"contact_mail": null,
"gestionnaire": null,
"age_mini_mois": 2.5,
"age_maxi_annee": 3,
"nb_accueil_fam": null
}Record 2cp: 33700 · id: 42
{
"cp": 33700,
"id": 42,
"nom": "Blablababy",
"tel": "07 83 45 11 75",
"test": {
"lat": 44.84227786497062,
"lon": -0.6452885742965749
},
"type": "micro-crèche",
"adresse": "16 Av. Claude Bernard",
"commune": "Mérignac",
"gestion": "structure privée",
"capacite": 10,
"code_insee": 33281,
"contact_mail": null,
"gestionnaire": null,
"age_mini_mois": 2.5,
"age_maxi_annee": 3,
"nb_accueil_fam": null
}Record 3cp: 33700 · id: 0
{
"cp": 33700,
"id": 0,
"nom": "Baby Chouette",
"tel": "0676837282",
"test": {
"lat": 44.84679540612664,
"lon": -0.6765783278681695
},
"type": "MAM",
"adresse": "3 ter All. Félix Nadar",
"commune": "Mérignac",
"gestion": "structure privée",
"capacite": 8,
"code_insee": 33281,
"contact_mail": null,
"gestionnaire": null,
"age_mini_mois": 6,
"age_maxi_annee": 3,
"nb_accueil_fam": null
}Record 4cp: 33700 · id: 4
{
"cp": 33700,
"id": 4,
"nom": "Au Fil de l'eau",
"tel": "05 56 45 50 60",
"test": {
"lat": 44.82395790143798,
"lon": -0.6281526602458726
},
"type": "crèche collective",
"adresse": "12 avenue du Maréchal Joffre",
"commune": "Mérignac",
"gestion": "structure municipale",
"capacite": 25,
"code_insee": 33281,
"contact_mail": null,
"gestionnaire": null,
"age_mini_mois": 3,
"age_maxi_annee": 3,
"nb_accueil_fam": null
}Record 5cp: 33700 · id: 8
{
"cp": 33700,
"id": 8,
"nom": "MDSI",
"tel": "0556121390",
"test": {
"lat": 44.840891159216596,
"lon": -0.6413374935764202
},
"type": "autre structure Petite Enfance",
"adresse": "419 Av. de Verdun",
"commune": "Mérignac",
"gestion": "autour de l'enfance",
"capacite": 0,
"code_insee": 33281,
"contact_mail": null,
"gestionnaire": null,
"age_mini_mois": null,
"age_maxi_annee": null,
"nb_accueil_fam": null
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://opendata.bordeaux-metropole.fr/api/explore/v2.1/catalog/datasets/mer_structures_accueil_petite_enfance
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://opendata.bordeaux-metropole.fr/api/explore/v2.1/catalog/datasets/mer_structures_accueil_petite_enfance/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.