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

{
    "count": 85227,
    "next": null,
    "previous": "https://lda.senate.gov/api/v1/lobbyists/?format=api&ordering=-id&page=3409",
    "results": [
        {
            "id": 2,
            "prefix": null,
            "prefix_display": null,
            "first_name": "TOBIN",
            "nickname": null,
            "middle_name": "L",
            "last_name": "SMITH",
            "suffix": null,
            "suffix_display": null,
            "registrant": {
                "id": 23964,
                "url": "https://lda.senate.gov/api/v1/registrants/23964/?format=api",
                "house_registrant_id": 30945,
                "name": "MASSACHUSETTS INSTITUTE OF TECHNOLOGY",
                "description": null,
                "address_1": "77 MASSACHUETTS AVENUE",
                "address_2": null,
                "address_3": null,
                "address_4": null,
                "city": "CAMBRIDGE",
                "state": "MA",
                "state_display": "Massachusetts",
                "zip": "02139",
                "country": "US",
                "country_display": "United States of America",
                "ppb_country": "US",
                "ppb_country_display": "United States of America",
                "contact_name": "VIVIAN HOLMES",
                "contact_telephone": "+1 617-253-7086",
                "dt_updated": "2025-01-17T09:46:24.265527-05:00"
            }
        },
        {
            "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"
            }
        }
    ]
}