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

{
    "count": 88751,
    "next": null,
    "previous": "https://lda.gov/api/v1/lobbyists/?format=api&ordering=id&page=3550",
    "results": [
        {
            "id": 155106,
            "prefix": null,
            "prefix_display": null,
            "first_name": "DAVID",
            "nickname": null,
            "middle_name": null,
            "last_name": "BERNHARDT",
            "suffix": null,
            "suffix_display": null,
            "registrant": {
                "id": 401109653,
                "url": "https://lda.gov/api/v1/registrants/401109653/?format=api",
                "house_registrant_id": 77081,
                "name": "THE BERNHARDT GROUP LLC",
                "description": null,
                "address_1": "1455 Pennsylvania Ave NW",
                "address_2": "Suite 400",
                "address_3": null,
                "address_4": null,
                "city": "Washington",
                "state": "DC",
                "state_display": "District of Columbia",
                "zip": "20004",
                "country": "US",
                "country_display": "United States of America",
                "ppb_country": "US",
                "ppb_country_display": "United States of America",
                "contact_name": "PHOEBE MINER",
                "contact_telephone": "+1 720-285-7373",
                "dt_updated": "2026-07-13T11:36:34.408748-04:00"
            }
        }
    ]
}