GET /api/v1/clients/?format=api&ordering=-effective_date&page=5333
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 133301,
    "next": null,
    "previous": "https://lda.senate.gov/api/v1/clients/?format=api&ordering=-effective_date&page=5332",
    "results": [
        {
            "id": 177628,
            "url": "https://lda.senate.gov/api/v1/clients/177628/?format=api",
            "client_id": 12,
            "name": "HESTER ROBERT EUGENE",
            "general_description": null,
            "client_government_entity": null,
            "client_self_select": null,
            "state": null,
            "state_display": null,
            "country": "US",
            "country_display": "United States of America",
            "ppb_state": null,
            "ppb_state_display": null,
            "ppb_country": "US",
            "ppb_country_display": "United States of America",
            "effective_date": "1899-12-30",
            "registrant": {
                "id": 290332,
                "url": "https://lda.senate.gov/api/v1/registrants/290332/?format=api",
                "house_registrant_id": null,
                "name": "HESTER, ROBERT EUGENE",
                "description": null,
                "address_1": "4210 MOWERY RD",
                "address_2": null,
                "address_3": null,
                "address_4": null,
                "city": "HOUSTON",
                "state": "TX",
                "state_display": "Texas",
                "zip": "77047",
                "country": "US",
                "country_display": "United States of America",
                "ppb_country": "US",
                "ppb_country_display": "United States of America",
                "contact_name": "",
                "contact_telephone": "",
                "dt_updated": "2022-01-13T14:55:01.471545-05:00"
            }
        }
    ]
}