This is the JSON response for the /boundaries/saguenay-districts/district-5/representatives/ API call. Get the raw JSON or read the API reference.

{
    "objects": [
        {
            "name": "Carl Dufour",
            "district_name": "District 5",
            "elected_office": "Conseiller",
            "source_url": "https://ville.saguenay.ca/la-ville-et-vie-democratique/conseils-municipaux-et-darrondissement/membres-des-conseils",
            "first_name": "Carl",
            "last_name": "Dufour",
            "party_name": "",
            "email": "carl.dufour@ville.saguenay.qc.ca",
            "url": "",
            "personal_url": "",
            "photo_url": "",
            "gender": "",
            "offices": [
                {
                    "tel": "1 418 698-3356",
                    "type": "legislature"
                }
            ],
            "extra": {},
            "representative_set_name": "Conseil municipal de Saguenay",
            "related": {
                "representative_set_url": "/representative-sets/conseil-municipal-de-saguenay/",
                "boundary_url": "/boundaries/saguenay-districts/district-5/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "limit": 20,
        "total_count": 1,
        "previous": null,
        "next": null
    }
}