Skip to main content
Returns the reference list of French regions used by Leboncoin. Use a returned id with the region_id parameter on search. Overseas territories (DOM-TOM) are included as region values.

Response

regions
array
Array of regions.

Example Response

{
  "regions": [
    { "id": "22", "name": "Île-de-France" },
    { "id": "20", "name": "Auvergne-Rhône-Alpes" },
    { "id": "6", "name": "Provence-Alpes-Côte d'Azur" },
    { "id": "26", "name": "Guadeloupe" },
    { "id": "27", "name": "Martinique" },
    { "id": "29", "name": "La Réunion" }
  ]
}
Listing regions is a free reference endpoint (0 credits).