GET /api/v1/lobbyists/?format=api&ordering=-id&page=3476
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 86876,
    "next": null,
    "previous": "https://lda.senate.gov/api/v1/lobbyists/?format=api&ordering=-id&page=3475",
    "results": [
        {
            "id": 1,
            "prefix": null,
            "prefix_display": null,
            "first_name": "ALICE",
            "nickname": null,
            "middle_name": null,
            "last_name": "DUCQ",
            "suffix": null,
            "suffix_display": null,
            "registrant": {
                "id": 51968,
                "url": "https://lda.senate.gov/api/v1/registrants/51968/?format=api",
                "house_registrant_id": 34851,
                "name": "MAYBERRY & ASSOCIATES, LLC",
                "description": null,
                "address_1": "131 EAST BROAD STREET, #206",
                "address_2": null,
                "address_3": null,
                "address_4": null,
                "city": "FALLS CHURCH",
                "state": "VA",
                "state_display": "Virginia",
                "zip": "22046",
                "country": "US",
                "country_display": "United States of America",
                "ppb_country": "US",
                "ppb_country_display": "United States of America",
                "contact_name": "MR. PETER MAYBERRY",
                "contact_telephone": "+1 703-538-8804",
                "dt_updated": "2022-04-06T16:07:54.085048-04:00"
            }
        }
    ]
}