Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Missing Chair and ranking member ids #275

Open
bdempe18 opened this issue Jan 3, 2022 · 0 comments
Open

Missing Chair and ranking member ids #275

bdempe18 opened this issue Jan 3, 2022 · 0 comments

Comments

@bdempe18
Copy link

bdempe18 commented Jan 3, 2022

Calls to endpoint https://api.propublica.org/congress/v1/117/House/committees.json (with proper authentication) yields results with null chair, chair_id, chair_party, chair_state, chair_uri, ranking_member_id fields for all committees.

Partial result....

"status":"OK",
   "copyright":"Copyright (c) 2022 Pro Publica Inc. All Rights Reserved.",
   "results":[
      {
         "congress": "117",
         "chamber": "House",
         "num_results": 23,
         "committees": [
              {
                 "id": "HSHA",
                 "name": "Committee on Administration",
                 "chamber": "House",
                 "url": "https://cha.house.gov/",
                 "api_uri":"https://api.propublica.org/congress/v1/117/house/committees/HSHA.json",
                 "chair": null,
                 "chair_id": null,
                 "chair_party": null,
                 "chair_state": null,
                 "chair_uri": null,
                 "ranking_member_id": null,
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant