Skip to main content
GET
/
api
/
v2
/
finder
/
eleclerc-stores
Eleclerc Stores
curl --request GET \
  --url https://piloterr.com/api/v2/finder/eleclerc-stores \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "<string>"
}'
[
    {
        "id": "1893t128t1",
        "store_id": "1893",
        "name": "PARIS PICPUS",
        "contact": {
            "email": null,
            "phone": "01 87 46 07 00"
        },
        "address": {
            "lines": [
                "67 rue de Picpus"
            ],
            "country_code": null,
            "city": "PARIS",
            "zipcode": "75012"
        },
        "weekly_opening": {
            "1": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "2": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "3": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "4": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "5": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "6": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "7": {
                "hours": [
                    {
                        "end": "13:00",
                        "start": "08:30"
                    }
                ],
                "isSpecial": false
            },
            "timezone": "Europe/Paris"
        },
        "opening_hours": {
            "usual": {
                "1": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "2": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "3": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "4": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "5": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "6": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "7": [
                    {
                        "end": "13:00",
                        "start": "08:30"
                    }
                ]
            },
            "timezone": "Europe/Paris"
        },
        "geometry": {
            "type": "Point",
            "coordinates": [
                2.3950581,
                48.8454278
            ]
        }
    }
]
Eleclerc Stores API allows you to search Piloterr supported Eleclerc stores. It should return an array of stores ordered by reach. Stores that reach the most people will be first. This API is free to use.

Search Query

query
string
required
This parameter filters stores based on a search string. The search is non-case-sensitive and returns all stores whose names contain the specified string.

Response

id
string
Unique store identifier
name
string
Store name
contact
object
Store contact
address
object
Store address
weekly_opening
object
Store weekly opening
opening_hours
object
Store opening hours
geometry
object
Store geometry
store_id
string
Store ID. You can use this ID by passing it to the Eleclerc Search API.
[
    {
        "id": "1893t128t1",
        "store_id": "1893",
        "name": "PARIS PICPUS",
        "contact": {
            "email": null,
            "phone": "01 87 46 07 00"
        },
        "address": {
            "lines": [
                "67 rue de Picpus"
            ],
            "country_code": null,
            "city": "PARIS",
            "zipcode": "75012"
        },
        "weekly_opening": {
            "1": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "2": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "3": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "4": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "5": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "6": {
                "hours": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "isSpecial": false
            },
            "7": {
                "hours": [
                    {
                        "end": "13:00",
                        "start": "08:30"
                    }
                ],
                "isSpecial": false
            },
            "timezone": "Europe/Paris"
        },
        "opening_hours": {
            "usual": {
                "1": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "2": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "3": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "4": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "5": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "6": [
                    {
                        "end": "21:30",
                        "start": "07:30"
                    }
                ],
                "7": [
                    {
                        "end": "13:00",
                        "start": "08:30"
                    }
                ]
            },
            "timezone": "Europe/Paris"
        },
        "geometry": {
            "type": "Point",
            "coordinates": [
                2.3950581,
                48.8454278
            ]
        }
    }
]