c0mm0.com — the continuously verified register of European data

Register record·API·FRVERIFIED · checked 32h ago
L

Île-de-France High Schools 2015Lycées d'Île-de-France 2015

Lycées d'Île-de-France 2015Île-de-France High Schools 2015

APIJoinable5/7Query nowOpen workbenchSubscribe🇫🇷France

This dataset lists high schools (lycées) in the Île-de-France region as of the 2015 school year, including enrollment figures at the start of that academic year. Each school is geolocated, primarily at its street address, or otherwise at the midpoint of its street when the exact building number could not be identified. Location accuracy has been progressively refined, with nearly all schools precisely positioned. The dataset is published via the Île-de-France regional open data portal.[Situation 2015] Ce jeu de données représente les lycées d'Île-de-France avec les effectifs à la rentrée 2015. Ils sont localisés en priorité à l'adresse puis au centre de la voie lorsque le numéro n'a pas été trouvé. Un travail de localisation au mos a été fait les lycées sont bientôt tous calés...

42
fair

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

Data schema (12 fields)

Filterable via the API (10)
objectiddepadressenomcominseecpnumerouaipatronymesecteurlyccollege

Click a field to see example values.

FillFieldTypeDescription
geo_point_2dGeo Pointgeo_point_2d
geo_shapeShapegeo_shape
objectidFilterable via the APIint
depFilterable via the APIint
adresseFilterable via the APItext
nomcomFilterable via the APItext
inseeFilterable via the APIint
cpFilterable via the APIint
numerouaiFilterable via the APItext
patronymeFilterable via the APItext
100%secteurFilterable via the APIint
100%lyccollegeFilterable via the APIint

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 1cp: 94100 · dep: 94
{
  "cp": 94100,
  "dep": 94,
  "insee": 94068,
  "nomcom": "SAINT-MAUR-DES-FOSSES",
  "adresse": "6 BOULEVARD MAURICE BERTEAUX",
  "secteur": 2,
  "objectid": 627,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.468977724471946,
        48.809924999145466,
        0
      ]
    },
    "properties": {}
  },
  "numerouai": "0940120V",
  "patronyme": "LYCEE GENERAL ET TECHNOLOGIQUE MARCELIN BERTHELOT",
  "lyccollege": 0,
  "geo_point_2d": {
    "lat": 48.8099249991,
    "lon": 2.46897772447
  }
}
Record 2cp: 95875 · dep: 95
{
  "cp": 95875,
  "dep": 95,
  "insee": 95063,
  "nomcom": "BEZONS",
  "adresse": "5 RUE MARCEL LANGLOIS",
  "secteur": 2,
  "objectid": 40,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.216847075302427,
        48.92142394352888,
        0
      ]
    },
    "properties": {}
  },
  "numerouai": "0952173W",
  "patronyme": "LYCEE POLYVALENT EUGENE RONCERAY",
  "lyccollege": 0,
  "geo_point_2d": {
    "lat": 48.9214239435,
    "lon": 2.2168470753
  }
}
Record 3cp: 95750 · dep: 95
{
  "cp": 95750,
  "dep": 95,
  "insee": 95142,
  "nomcom": "CHARS",
  "adresse": "2  RUE JEAN HAMON",
  "secteur": 2,
  "objectid": 87,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        1.944131500028073,
        49.15722406778778,
        0
      ]
    },
    "properties": {}
  },
  "numerouai": "0951282C",
  "patronyme": "LYCEE PROFESSIONNEL DU VEXIN",
  "lyccollege": 0,
  "geo_point_2d": {
    "lat": 49.1572240678,
    "lon": 1.94413150003
  }
}
Record 4cp: 78200 · dep: 78
{
  "cp": 78200,
  "dep": 78,
  "insee": 78361,
  "nomcom": "MANTES-LA-JOLIE",
  "adresse": "15 RUE DE STRASBOURG",
  "secteur": 1,
  "objectid": 251,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        1.71145044673029,
        48.99128428418203,
        0
      ]
    },
    "properties": {}
  },
  "numerouai": "0783537W",
  "patronyme": "LYCEE PROFESSIONNEL PRIVE NOTRE DAME",
  "lyccollege": 0,
  "geo_point_2d": {
    "lat": 48.9912842842,
    "lon": 1.71145044673
  }
}
Record 5cp: 75010 · dep: 75
{
  "cp": 75010,
  "dep": 75,
  "insee": 75110,
  "nomcom": "PARIS",
  "adresse": "7 RUE DES ECLUSES ST MARTIN",
  "secteur": 2,
  "objectid": 454,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        2.367238333648606,
        48.876338923451286,
        0
      ]
    },
    "properties": {}
  },
  "numerouai": "0750775K",
  "patronyme": "LYCEE PROFESSIONNEL GUSTAVE FERRIE",
  "lyccollege": 0,
  "geo_point_2d": {
    "lat": 48.8763389235,
    "lon": 2.36723833365
  }
}

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/lycees-dile-de-france-2015

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.iledefrance.fr/api/explore/v2.1/catalog/datasets/lycees-dile-de-france-2015/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

10 000 req/day
per ipmeasured
observed 6 days ago

Dataset

Volume & freshness

Records
796
Last upstream update
5 years ago
2021-05-10

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Lycées d'Île-de-France 2015 — live verification badge

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