This is the JSON response for the /representatives/house-of-commons/?last_name=Trudeau API call. Get the raw JSON or read the API reference.

{
    "objects": [
        {
            "first_name": "Justin",
            "elected_office": "MP",
            "gender": "M",
            "last_name": "Trudeau",
            "extra": {
                "preferred_languages": [
                    "French  English"
                ],
                "roles": [
                    "Prime Minister",
                    "Leader of the Liberal Party"
                ]
            },
            "offices": [
                {
                    "tel": "1 613 992-4211",
                    "type": "legislature",
                    "postal": "House of Commons\nOttawa ON  K1A 0A6",
                    "fax": "1 613 992-4211"
                },
                {
                    "tel": "1 514 277-6020",
                    "type": "constituency",
                    "postal": "Main office - Montr\u00e9al\n1100 Cr\u00e9mazie East\n\nSuite 220\nMontr\u00e9al QC  H2P 2X2",
                    "fax": "1 514 277-3454"
                }
            ],
            "name": "Justin Trudeau",
            "email": "justin.trudeau@parl.gc.ca",
            "personal_url": "",
            "representative_set_name": "House of Commons",
            "source_url": "https://www.ourcommons.ca/Members/en/search?caucusId=all&province=all",
            "url": "https://www.ourcommons.ca/Members/en/justin-trudeau(58733)",
            "related": {
                "representative_set_url": "/representative-sets/house-of-commons/",
                "boundary_url": "/boundaries/federal-electoral-districts/24055/"
            },
            "district_name": "Papineau",
            "party_name": "Liberal",
            "photo_url": "https://www.ourcommons.ca/Content/Parliamentarians/Images/OfficialMPPhotos/44/TrudeauJustin_LIB.jpg"
        }
    ],
    "meta": {
        "previous": null,
        "offset": 0,
        "next": null,
        "limit": 20,
        "total_count": 1
    }
}