API endpoint that allows users to be viewed or edited.

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

[
    {
        "id": 1,
        "couleur": 1,
        "price": "3.50",
        "price_student": "3.00",
        "price_older": "3.00",
        "monthly_price": "80.00",
        "monthly_price_student": "60.00",
        "monthly_price_older": "60.00"
    },
    {
        "id": 2,
        "couleur": 2,
        "price": "5.00",
        "price_student": "4.00",
        "price_older": "4.00",
        "monthly_price": "180.00",
        "monthly_price_student": "120.00",
        "monthly_price_older": "120.00"
    },
    {
        "id": 3,
        "couleur": 3,
        "price": "3.50",
        "price_student": "3.00",
        "price_older": "3.00",
        "monthly_price": "90.00",
        "monthly_price_student": "65.00",
        "monthly_price_older": "65.00"
    }
]