LibraryOfCongress / api.congress.gov

congress.gov API
600 stars 38 forks source link

Members - Committee Seniority information #6

Open 104PL104 opened 2 years ago

104PL104 commented 2 years ago

REQUEST - Committee membership information - i.e., list of committees that member belonged to during each term served

Per term per committee - member’s seniority rank, Senate-wide

(October 2021)

LOC ASSESSMENT - These data are not currently available from Congress.gov

rbram commented 1 year ago

Thanks. I will share this feedback with our developers.

104PL104 commented 6 months ago

Comment from Congress.gov public survey, November 2023

client would like to be able to pull committee assignments from the API

apreiter18 commented 1 month ago

One thing we haven't been able to find is party seniority listings within a committee.

Is there a reason you couldn't add it to the committeeAssignments object for each committee listed for each member? e.g.

{"committeeName": "Committee on Agriculture, Nutrition, and Forestry", "committeeCode": "SSAF00", "partySeniority": "3"},

{"subcommitteeName": "Subcommittee on Agriculture, Rural Development, Food and Drug Administration, and Related Agencies", "subcommitteeCode": "SSAP01","partySeniority": "1"},

sdxiang commented 1 week ago

User here (GAO intern)-- would really appreciate this feature! Both committee memberships for each congressperson on the /member/{bioguideId} endpoint and memberships for each committee on the /committee/{chamber}/{committeeCode} endpoint