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

{
    "objects": [
        {
            "name": "Pascal Brault",
            "district_name": "District 2",
            "elected_office": "Conseiller",
            "source_url": "https://www.ville.dorval.qc.ca/en/the-city/democratic-life/municipal-council",
            "first_name": "Pascal",
            "last_name": "Brault",
            "party_name": "",
            "email": "pbrault@ville.dorval.qc.ca",
            "url": "",
            "personal_url": "",
            "photo_url": "https://www.ville.dorval.qc.ca/storage/app/resources/resize/28_18_0_0_crop/img_491e2907a5e10742f4ace16386ae8ce0.png",
            "gender": "",
            "offices": [],
            "extra": {},
            "representative_set_name": "Conseil municipal de Dorval",
            "related": {
                "representative_set_url": "/representative-sets/conseil-municipal-de-dorval/",
                "boundary_url": "/boundaries/dorval-districts/district-2/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "limit": 20,
        "total_count": 1,
        "previous": null,
        "next": null
    }
}