Skip to main content
Returns the reference list of French departments used by Leboncoin. Use a returned id with the department_id parameter on search.

Query Parameters

region_id
string
Restrict the list to departments within a single region. Use /v1/leboncoin/regions to look up region ids. Omit to return all departments.

Response

departments
array
Array of departments.

Example Response

{
  "departments": [
    { "id": "75", "name": "Paris", "region_id": "22" },
    { "id": "77", "name": "Seine-et-Marne", "region_id": "22" },
    { "id": "92", "name": "Hauts-de-Seine", "region_id": "22" },
    { "id": "93", "name": "Seine-Saint-Denis", "region_id": "22" }
  ]
}
Listing departments is a free reference endpoint (0 credits).