This is the JSON response for the /boundaries/london-wards/ward-12/representatives/ API call. Get the raw JSON or read the API reference.

{
    "objects": [
        {
            "name": "Elizabeth Peloza",
            "district_name": "Ward 12",
            "elected_office": "Councillor",
            "source_url": "https://www.arcgis.com/sharing/rest/content/items/6345aeda8fa74917a2500e66a3bb432e/data",
            "first_name": "Elizabeth",
            "last_name": "Peloza",
            "party_name": "",
            "email": "epeloza@london.ca",
            "url": "",
            "personal_url": "",
            "photo_url": "",
            "gender": "",
            "offices": [
                {
                    "type": "legislature",
                    "postal": "300 Dufferin Ave.\nSuite 314\nLondon ON  N6A 4L9"
                }
            ],
            "extra": {},
            "representative_set_name": "London City Council",
            "related": {
                "representative_set_url": "/representative-sets/london-city-council/",
                "boundary_url": "/boundaries/london-wards/ward-12/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "limit": 20,
        "total_count": 1,
        "previous": null,
        "next": null
    }
}