Household size of municipalities in Île-de-France (Insee data)Taille des ménages des communes d'Île-de-France (données Insee)
Taille des ménages des communes d'Île-de-France (données Insee)Household size of municipalities in Île-de-France (Insee data)
This API provides data on average household size in 2017 for municipalities in the Île-de-France region, based on French national census figures from Insee (the French national statistics institute). A household, in census terms, refers to all persons sharing the same main residence, regardless of family ties; a household may consist of a single person. The dataset is published via the Île-de-France regional open-data portal and is useful for demographic and social analysis at the municipal level within the region.[Situation 2017] Taille de ménages en 2017. Un ménage, au sens du recensement de la population, désigne l'ensemble des personnes qui partagent la même résidence principale, sans que ces personnes soient nécessairement unies par des liens de parenté. Un ménage peut être constitué d'une seule perso...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (10 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geo_point_2dGeo Point | geo_point_2d | Geographic center point of the commune (latitude/longitude).Geographic center point of the commune (latitude/longitude). |
| geo_shapeShape | geo_shape | Geographic boundary shape of the commune.Geographic boundary shape of the commune. |
| insee | text | INSEE code identifying the commune.INSEE code identifying the commune. |
| txmen1pers | text | Percentage of households consisting of 1 person, 2017.Percentage of households consisting of 1 person, 2017. |
| txmen2pers | text | Percentage of households consisting of 2 people, 2017.Percentage of households consisting of 2 people, 2017. |
| txmen3pers | text | Percentage of households consisting of 3 people, 2017.Percentage of households consisting of 3 people, 2017. |
| txmen4pers | text | Percentage of households consisting of 4 people, 2017.Percentage of households consisting of 4 people, 2017. |
| txmen5pers | text | Percentage of households consisting of 5 people, 2017.Percentage of households consisting of 5 people, 2017. |
| txmen6pers | text | Percentage of households consisting of 6 or more people, 2017.Percentage of households consisting of 6 or more people, 2017. |
| objectid | text | Internal record identifier.Internal record identifier. |
Schema captured from opendatasoft 17 hours 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 1insee: 92002 · objectid: 23
{
"insee": "92002",
"objectid": "23",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.299031367835178,
48.74998819990515
]
},
"properties": {}
},
"txmen1pers": "34.03250715",
"txmen2pers": "30.74689763",
"txmen3pers": "14.99765836",
"txmen4pers": "13.67929107",
"txmen5pers": "4.88529805",
"txmen6pers": "1.65834774",
"geo_point_2d": {
"lat": 48.7499881999,
"lon": 2.29903136784
}
}Record 2insee: 77129 · objectid: 304
{
"insee": "77129",
"objectid": "304",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
3.128062189324926,
49.07791771154681
]
},
"properties": {}
},
"txmen1pers": "22.07370095",
"txmen2pers": "33.70795844",
"txmen3pers": "14.1816719",
"txmen4pers": "23.20320368",
"txmen5pers": "6.83346503",
"txmen6pers": "0",
"geo_point_2d": {
"lat": 49.0779177115,
"lon": 3.12806218932
}
}Record 3insee: 78307 · objectid: 483
{
"insee": "78307",
"objectid": "483",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
1.688383794437653,
48.653743044254405
]
},
"properties": {}
},
"txmen1pers": "25.3164557",
"txmen2pers": "39.24050633",
"txmen3pers": "15.18987342",
"txmen4pers": "15.18987342",
"txmen5pers": "3.79746835",
"txmen6pers": "1.26582278",
"geo_point_2d": {
"lat": 48.6537430443,
"lon": 1.68838379444
}
}Record 4insee: 91179 · objectid: 577
{
"insee": "91179",
"objectid": "577",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.4875283119892,
48.55859750383687
]
},
"properties": {}
},
"txmen1pers": "30.75317784",
"txmen2pers": "26.20488068",
"txmen3pers": "16.03475454",
"txmen4pers": "17.38140701",
"txmen5pers": "6.95332083",
"txmen6pers": "2.67245909",
"geo_point_2d": {
"lat": 48.5585975038,
"lon": 2.48752831199
}
}Record 5insee: 78486 · objectid: 587
{
"insee": "78486",
"objectid": "587",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
1.843383266471649,
48.69623498210506
]
},
"properties": {}
},
"txmen1pers": "29.31038795",
"txmen2pers": "35.57622244",
"txmen3pers": "15.4086367",
"txmen4pers": "13.78248729",
"txmen5pers": "5.1152573",
"txmen6pers": "0.80700832",
"geo_point_2d": {
"lat": 48.6962349821,
"lon": 1.84338326647
}
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.iledefrance.fr/api/explore/v2.1/catalog/datasets/taille-des-menages-des-communes-dile-de-france-donnee-insee0
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.iledefrance.fr/api/explore/v2.1/catalog/datasets/taille-des-menages-des-communes-dile-de-france-donnee-insee0/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.