API endpoint that allows users to be viewed or edited.

GET /fr/horaire-et-parcours/villes/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 2,
        "nom": "ST-PRIME",
        "slug": "st-prime",
        "pts_gps": "SRID=4326;POINT (-72.33590909999999 48.5932504)"
    },
    {
        "id": 3,
        "nom": "MASHTEUIATSH",
        "slug": "mashteuiatsh",
        "pts_gps": "SRID=4326;POINT (-72.2287919 48.5764263)"
    },
    {
        "id": 4,
        "nom": "ROBERVAL",
        "slug": "roberval",
        "pts_gps": "SRID=4326;POINT (-72.2250734 48.5179088)"
    },
    {
        "id": 5,
        "nom": "DOLBEAU",
        "slug": "dolbeau",
        "pts_gps": "SRID=4326;POINT (-72.2196186 48.8643031)"
    },
    {
        "id": 6,
        "nom": "ALBANEL",
        "slug": "albanel",
        "pts_gps": "SRID=4326;POINT (-72.44169530000001 48.8835841)"
    },
    {
        "id": 7,
        "nom": "NORMANDIN",
        "slug": "normandin",
        "pts_gps": "SRID=4326;POINT (-72.5290804 48.8374646)"
    },
    {
        "id": 8,
        "nom": "CHAMBORD",
        "slug": "chambord",
        "pts_gps": "SRID=4326;POINT (-72.0794461 48.4338515)"
    },
    {
        "id": 9,
        "nom": "LA DORÉ",
        "slug": "la-dore",
        "pts_gps": "SRID=4326;POINT (-72.6495192 48.7135981)"
    },
    {
        "id": 10,
        "nom": "st-hedwidge",
        "slug": "st-hedwidge",
        "pts_gps": "SRID=4326;POINT (-72.3620214 48.4806444)"
    },
    {
        "id": 11,
        "nom": "lac bouchette",
        "slug": "lac-bouchette",
        "pts_gps": "SRID=4326;POINT (-72.18554709999999 48.2515434)"
    },
    {
        "id": 12,
        "nom": "st-francois-de-sales",
        "slug": "st-francois-de-sales",
        "pts_gps": "SRID=4326;POINT (-72.1342362 48.3255143)"
    },
    {
        "id": 13,
        "nom": "st-andre",
        "slug": "st-andre",
        "pts_gps": "SRID=4326;POINT (-71.98942630000001 48.3131798)"
    },
    {
        "id": 1,
        "nom": "SAINT-FÉLICIEN",
        "slug": "saint-felicien",
        "pts_gps": "SRID=4326;POINT (-72.4504192 48.657539)"
    }
]